Skip to content

Commit 6e41a10

Browse files
authored
Merge pull request wasp-lang#341 from wasp-lang/turboreel
Add Turboreel post
2 parents 4c05769 + ceefac7 commit 6e41a10

15 files changed

+166
-14
lines changed

opensaas-sh/blog/astro.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ export default defineConfig({
9393
picture: '/matija.jpeg', // Images in the `public` directory are supported.
9494
url: 'https://wasp-lang.dev',
9595
},
96+
milica: {
97+
name: 'Milica',
98+
title: 'Growth @ Wasp',
99+
picture: '/milica.jpg', // Images in the `public` directory are supported.
100+
url: 'https://wasp-lang.dev',
101+
},
96102
},
97103
}),
98104
],

opensaas-sh/blog/package-lock.json

Lines changed: 7 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

opensaas-sh/blog/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@astrojs/starlight-tailwind": "^2.0.3",
1616
"@astrojs/tailwind": "^5.1.2",
1717
"astro": "^4.16.15",
18+
"prettier": "^3.4.2",
1819
"sharp": "^0.32.5",
1920
"starlight-blog": "^0.15.0",
2021
"typescript": "^5.4.5"
108 KB
Loading

opensaas-sh/blog/public/milica.jpg

1.84 MB
Loading
75.9 KB
Loading
16.6 MB
Binary file not shown.
170 KB
Loading
221 KB
Loading
5.67 MB
Binary file not shown.

0 commit comments

Comments
 (0)