diff --git a/.astro/settings.json b/.astro/settings.json new file mode 100644 index 0000000000..4354009d1a --- /dev/null +++ b/.astro/settings.json @@ -0,0 +1,5 @@ +{ + "_variables": { + "lastUpdateCheck": 1720037364739 + } +} \ No newline at end of file diff --git a/.astro/types.d.ts b/.astro/types.d.ts index b1877f2d3b..1454a3da1e 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -813,8 +813,11 @@ declare module 'astro:content' { }; type DataEntryMap = { - "i18n": { -}; + "i18n": Record; +}>; }; diff --git a/package.json b/package.json index b5f76eb996..c1fc5943d4 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^5.1.0", "@astrojs/vue": "^4.5.0", "@vitejs/plugin-vue": "^5.0.4", - "astro": "^4.11.4", + "astro": "^4.11.3", "sharp": "^0.32.6", "tailwindcss": "^3.3.6", "typescript": "^5.3.4",