mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
Bump Astro version
This commit is contained in:
parent
e6ac1cdd2e
commit
a42cef44bc
3 changed files with 1103 additions and 250 deletions
|
|
@ -9,5 +9,8 @@ export default defineConfig({
|
|||
output: "hybrid",
|
||||
adapter: cloudflare({
|
||||
imageService: "compile",
|
||||
platformProxy: {
|
||||
enabled: true,
|
||||
},
|
||||
}),
|
||||
});
|
||||
|
|
|
|||
|
|
@ -10,10 +10,10 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/cloudflare": "^8.1.0",
|
||||
"@astrojs/svelte": "^5.3.0",
|
||||
"@astrojs/cloudflare": "^10.2.6",
|
||||
"@astrojs/svelte": "^5.4.0",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"astro": "^4.5.18",
|
||||
"astro": "^4.8.2",
|
||||
"sharp": "^0.32.6",
|
||||
"svelte": "^4.2.12",
|
||||
"tailwindcss": "^3.4.3"
|
||||
|
|
|
|||
1344
pnpm-lock.yaml
1344
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue