Bumped astro, need to migrate content collections
This commit is contained in:
parent
51b8817dc7
commit
298b91262e
3 changed files with 839 additions and 1014 deletions
|
@ -11,5 +11,8 @@ export default defineConfig({
|
|||
outDir: 'dist',
|
||||
publicDir: 'public',
|
||||
site: 'https://firq.dev/',
|
||||
integrations: [sitemap(), mdx(), astroMetaTags()]
|
||||
integrations: [sitemap(), mdx(), astroMetaTags()],
|
||||
legacy: {
|
||||
collections: true
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue