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',
|
outDir: 'dist',
|
||||||
publicDir: 'public',
|
publicDir: 'public',
|
||||||
site: 'https://firq.dev/',
|
site: 'https://firq.dev/',
|
||||||
integrations: [sitemap(), mdx(), astroMetaTags()]
|
integrations: [sitemap(), mdx(), astroMetaTags()],
|
||||||
|
legacy: {
|
||||||
|
collections: true
|
||||||
|
}
|
||||||
});
|
});
|
1844
package-lock.json
generated
1844
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -13,10 +13,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-community/astro-embed-youtube": "^0.5.2",
|
"@astro-community/astro-embed-youtube": "^0.5.2",
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
"@astrojs/mdx": "^3.1.8",
|
"@astrojs/mdx": "^4.0.6",
|
||||||
"@astrojs/sitemap": "^3.2.1",
|
"@astrojs/sitemap": "^3.2.1",
|
||||||
"@fontsource-variable/work-sans": "^5.1.0",
|
"@fontsource-variable/work-sans": "^5.1.0",
|
||||||
"astro": "^4.16.6",
|
"astro": "^5.1.7",
|
||||||
"astro-meta-tags": "^0.3.1",
|
"astro-meta-tags": "^0.3.1",
|
||||||
"autoprefixer": "^10.4.19",
|
"autoprefixer": "^10.4.19",
|
||||||
"iconoir": "^7.7.0",
|
"iconoir": "^7.7.0",
|
||||||
|
|
Loading…
Reference in a new issue