update project astro to astro 7

This commit is contained in:
Esteban 2026-07-04 08:07:11 -05:00
parent 40cfc6e3b1
commit 684458f5e7
3 changed files with 1004 additions and 1780 deletions

View File

@ -22,6 +22,10 @@ export default defineConfig({
i18n: {
locales: ["es", "en", "fr", "he", "uk", "pt", "ru", "rw", "kr"],
defaultLocale: "es",
routing: {
prefixDefaultLocale: true,
redirectToDefaultLocale: true,
},
},
image: {
@ -32,4 +36,4 @@ export default defineConfig({
adapter: node({
mode: "standalone",
}),
});
});

View File

@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.15.10",
"@astrojs/node": "^9.5.3",
"@astrojs/react": "^5.0.3",
"@astrojs/vue": "^5.1.4",
"@astrojs/markdoc": "^2.0.3",
"@astrojs/node": "^11.0.2",
"@astrojs/react": "^6.0.1",
"@astrojs/vue": "^7.0.1",
"@coreui/icons": "^3.0.1",
"@dotenvx/dotenvx": "^1.52.0",
"@fontsource-variable/kameron": "^5.2.8",
@ -26,7 +26,7 @@
"@tailwindcss/vite": "^4.1.18",
"@tinacms/cli": "^2.2.2",
"@unpic/astro": "^1.0.2",
"astro": "^5.17.1",
"astro": "^7.0.6",
"astro-embed": "^0.12.0",
"astro-google-analytics": "^1.0.3",
"astro-icon": "^1.1.5",

File diff suppressed because it is too large Load Diff