netlify adapter

This commit is contained in:
2023-02-11 16:45:00 -05:00
parent c938ed446a
commit 256c3fbc18
3 changed files with 354 additions and 27 deletions
+5 -3
View File
@@ -11,10 +11,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^1.2.2",
"@astrojs/netlify": "^1.3.0",
"@astrojs/rss": "^2.1.0",
"astro": "^2.0.4",
"date-fns-tz": "^1.3.7"
"astro": "^2.0.10",
"date-fns-tz": "^1.3.7",
"markdown-it": "^13.0.1",
"sanitize-html": "^2.9.0"
},
"devDependencies": {
"prettier": "^2.8.1",