From e23620d10a5fb27f613e5b71cb0627fb1c4076b3 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 24 May 2023 06:17:46 -0400 Subject: add 404/sitemap/robots.txt + improve random stuff --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 1ae90a9..5a6d27a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,8 @@ "format": "prettier --write --editorconfig ." }, "devDependencies": { + "@astrojs/image": "^0.16.9", + "@astrojs/sitemap": "^1.3.1", "@astrojs/tailwind": "^3.1.2", "@astrojs/ts-plugin": "^1.0.6", "@catppuccin/tailwindcss": "^0.1.1", @@ -24,6 +26,7 @@ "prettier": "^2.8.8", "prettier-plugin-astro": "^0.8.1", "sass": "^1.62.1", + "sharp": "^0.32.1", "tailwindcss": "^3.3.2" }, "eslintConfig": { -- cgit v1.2.3