Skip to content

Commit

Permalink
fix(deps): update dependency astro to v5 (#796)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johannes Andersen <[email protected]>
  • Loading branch information
renovate[bot] and Johannes-Andersen authored Feb 2, 2025
1 parent 0a36665 commit 69284f7
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 961 deletions.
20 changes: 9 additions & 11 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,15 @@ export default defineConfig({
prefetch: {
prefetchAll: true,
},
experimental: {
env: {
schema: {
DISCORD_SNOWFLAKE: envField.string({
context: 'server',
access: 'public',
optional: false,
max: 19,
min: 17,
}),
},
env: {
schema: {
DISCORD_SNOWFLAKE: envField.string({
context: 'server',
access: 'public',
optional: false,
max: 19,
min: 17,
}),
},
},
image: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@astrojs/node": "9.0.2",
"@astrojs/sitemap": "3.2.1",
"@tailwindcss/vite": "4.0.3",
"astro": "4.16.18",
"astro": "5.2.3",
"tailwindcss": "4.0.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 69284f7

Please sign in to comment.