Merge pull request #11 from hobthross/main

Works with Astro 3. Fixes #10. Fixes #4.
This commit is contained in:
Maxi Ferreira 2023-12-05 16:13:17 -08:00 committed by GitHub
commit 795d1e8c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3060 additions and 7275 deletions

10323
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}