Skip to content

Commit 055cbbd

Browse files
committed
chore: staged changes
1 parent e838833 commit 055cbbd

17 files changed

+459
-75
lines changed

astro.config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { defineConfig } from 'astro/config';
2-
32
import tailwind from "@astrojs/tailwind";
43

4+
import svelte from "@astrojs/svelte";
5+
56
// https://astro.build/config
67
export default defineConfig({
7-
integrations: [tailwind()]
8+
integrations: [tailwind(), svelte()]
89
});

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.5.10",
14+
"@astrojs/svelte": "^5.4.0",
1415
"@astrojs/tailwind": "^5.1.0",
16+
"@fontsource-variable/noto-sans-thai": "^5.0.14",
1517
"@fontsource/k2d": "^5.0.19",
18+
"@neodrag/svelte": "^2.0.6",
1619
"astro": "^4.6.1",
20+
"svelte": "^4.2.15",
1721
"tailwindcss": "^3.4.3",
1822
"typescript": "^5.4.5"
1923
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)