Upgrade to Astro 3.0
parent
a9eb9216f8
commit
655a29c6a8
|
@ -10,9 +10,6 @@ export default defineConfig({
|
|||
markdown: {
|
||||
syntaxHighlight: 'prism'
|
||||
},
|
||||
experimental: {
|
||||
assets: true
|
||||
},
|
||||
integrations: [
|
||||
mdx({
|
||||
optimize: true,
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
1200
pnpm-lock.yaml
1200
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
@ -1 +1 @@
|
|||
/// <reference types="astro/client-image" />
|
||||
/// <reference types="astro/client" />
|
||||
|
|
Loading…
Reference in New Issue