Merge pull request #11 from hobthross/main
Works with Astro 3. Fixes #10. Fixes #4.
This commit is contained in:
commit
795d1e8c13
10323
package-lock.json
generated
10323
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -9,13 +9,11 @@
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^0.8.3",
|
||||
"@astrojs/svelte": "^1.0.0",
|
||||
"astro": "^1.0.3",
|
||||
"rehype-external-links": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"reading-time": "^1.5.0"
|
||||
"@astrojs/mdx": "^1.1.0",
|
||||
"@astrojs/svelte": "^4.0.2",
|
||||
"astro": "^3.2.2",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-external-links": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user