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

View File

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

File diff suppressed because it is too large Load Diff