Upgrade to Astro 3.0

rabbit
Korbs 2023-08-30 17:40:09 -04:00
parent a9eb9216f8
commit 655a29c6a8
Signed by: Korbs
SSH Key Fingerprint: SHA256:TEBbhATU3FQEUOUBPvmNxuzw3QDSzMSp4jZzPaV29ss
4 changed files with 546 additions and 663 deletions

View File

@ -10,9 +10,6 @@ export default defineConfig({
markdown: {
syntaxHighlight: 'prism'
},
experimental: {
assets: true
},
integrations: [
mdx({
optimize: true,

View File

@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"astro": "^2.9.1",
"@astrojs/mdx": "^1.0.0",
"astro": "^3.0.3",
"sass": "^1.64.1"
}
}

File diff suppressed because it is too large Load Diff

2
src/env.d.ts vendored
View File

@ -1 +1 @@
/// <reference types="astro/client-image" />
/// <reference types="astro/client" />