Upgraded to Astro 5.2.5 and fixed content collections
This commit is contained in:
parent
298b91262e
commit
eec488ddff
28 changed files with 290 additions and 198 deletions
|
@ -11,8 +11,5 @@ export default defineConfig({
|
|||
outDir: 'dist',
|
||||
publicDir: 'public',
|
||||
site: 'https://firq.dev/',
|
||||
integrations: [sitemap(), mdx(), astroMetaTags()],
|
||||
legacy: {
|
||||
collections: true
|
||||
}
|
||||
integrations: [sitemap(), mdx(), astroMetaTags()]
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue