Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2024
1 parent af43aae commit 3d5d3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ export default (await import("astro/config")).defineConfig({
(await import("@playform/compress")).default({ Logger: 1 }),
],
experimental: {
directRenderScript: true,
clientPrerender: true,
globalRoutePriority: true,
serverIslands: true,
contentIntellisense: true,
},
vite: {
build: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"zod": "3.23.8"
},
"devDependencies": {
"@astrojs/ts-plugin": "1.10.2"
"@astrojs/ts-plugin": "1.10.3"
},
"publishConfig": {
"access": "restricted",
Expand Down

0 comments on commit 3d5d3fa

Please sign in to comment.