Skip to content

Commit e1aa659

Browse files
committed
[WIP] Astro and Starlight upgrade
1 parent 0feed50 commit e1aa659

File tree

8 files changed

+1295
-1163
lines changed

8 files changed

+1295
-1163
lines changed

astro.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ export default defineConfig({
103103
},
104104
experimental: {
105105
contentIntellisense: true,
106-
contentLayer: true,
107-
directRenderScript: true,
106+
},
107+
legacy: {
108+
collections: true,
108109
},
109110
server: {
110111
port: 1111,

0 commit comments

Comments
 (0)