diff --git a/astro.config.ts b/astro.config.ts index 13b529c7..aa742606 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -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: { diff --git a/package.json b/package.json index 94d35349..2bdacedb 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "zod": "3.23.8" }, "devDependencies": { - "@astrojs/ts-plugin": "1.10.2" + "@astrojs/ts-plugin": "1.10.3" }, "publishConfig": { "access": "restricted",