Bumped astro, need to migrate content collections
All checks were successful
Linting and checking code / get-version (push) Successful in 5s
Linting and checking code / astro-check (push) Successful in 13s

This commit is contained in:
Firq-ow 2025-01-15 15:22:29 +01:00
parent 51b8817dc7
commit 298b91262e
Signed by: Firq
GPG key ID: BC5CE35A72BDB4AB
3 changed files with 839 additions and 1014 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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",