Upgrade to astro v4
All checks were successful
/ checking (push) Successful in 15s
/ release (push) Successful in 8s
/ build-site (push) Successful in 2m22s

This commit is contained in:
Firq 2023-12-20 22:50:44 +01:00
parent 91864702e7
commit 0a894ad0ac
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
2 changed files with 2309 additions and 2052 deletions

4353
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "", "name": "fgo-ta-com-website",
"type": "module", "type": "module",
"version": "0.1.1", "version": "0.1.2",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
@ -10,7 +10,7 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"@astrojs/sitemap": "^1.4.0", "@astrojs/sitemap": "^3.0.3",
"astro": "^2.8.3" "astro": "^4.0.7"
} }
} }