Skip to content

Commit 12f9c83

Browse files
fix(showcase): use legacy collections
1 parent 7a7ca5c commit 12f9c83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import starlightLinksValidator from 'starlight-links-validator';
77
// https://astro.build/config
88
export default defineConfig({
99
output: 'server',
10+
legacy: {
11+
collectionsBackwardsCompat: true,
12+
},
1013
adapter: vercel({
1114
webAnalytics: {
1215
enabled: true,

0 commit comments

Comments
 (0)