diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-20 11:27:36 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-20 11:27:36 +0100 |
commit | 0225e2e17d12a32467bc12f33b2402287c79e23f (patch) | |
tree | 9d542217953eb915b3a4da9799fd24b723281054 /apps/website/package.json | |
parent | 8be3434d32d7ed9046000377f7f9e59ef2a971b3 (diff) | |
download | Nexus-0225e2e17d12a32467bc12f33b2402287c79e23f.tar.gz Nexus-0225e2e17d12a32467bc12f33b2402287c79e23f.tar.bz2 Nexus-0225e2e17d12a32467bc12f33b2402287c79e23f.zip |
Fixed icon system
Diffstat (limited to 'apps/website/package.json')
-rw-r--r-- | apps/website/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/website/package.json b/apps/website/package.json index e8c71c7..ef89b74 100644 --- a/apps/website/package.json +++ b/apps/website/package.json @@ -11,6 +11,7 @@ "test": "vitest" }, "dependencies": { + "@astrojs/check": "^0.4.1", "@astrojs/mdx": "^2.0.3", "@astrojs/rss": "^4.0.1", "@astrojs/sitemap": "^3.0.4", |