diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 20:40:26 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-04 20:40:26 -0500 |
| commit | f5efedcaf7ff2ad509304a6f44771d2bac2001fc (patch) | |
| tree | 835c0dfdee4f4f25cbe6c45ee21d5e9b74853f5b /package.json | |
| parent | 8aeaf9ab9884ed6f669633b1ab67c1ae219f7916 (diff) | |
| download | personal-website-f5efedcaf7ff2ad509304a6f44771d2bac2001fc.tar.gz personal-website-f5efedcaf7ff2ad509304a6f44771d2bac2001fc.tar.bz2 personal-website-f5efedcaf7ff2ad509304a6f44771d2bac2001fc.zip | |
Proper error handling and css tweak for guestbooks
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index caa90ca..89e4038 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "@astrojs/rss": "4.0.4", "@astrojs/vercel": "7.1.1", "@iconify-json/fa6-brands": "^1.1.18", - "@vitejs/plugin-vue": "^5.0.3", "astro": "4.3.2", "astro-icon": "^1.0.2", "dompurify": "^3.0.8", @@ -24,4 +23,4 @@ "preact": "^10.19.3", "sanitize-html": "^2.11.0" } -}
\ No newline at end of file +} |
