Skip to content

Commit 32d1099

Browse files
committed
knip
1 parent 9e6c63c commit 32d1099

File tree

4 files changed

+335
-952
lines changed

4 files changed

+335
-952
lines changed

astro.config.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { defineConfig } from 'astro/config';
22
import starlight from '@astrojs/starlight';
33
import starlightOpenAPI, { openAPISidebarGroups } from 'starlight-openapi';
4-
import { shield } from '@kindspells/astro-shield'
54
import sitemap from '@astrojs/sitemap';
65
import icon from "astro-icon";
76

knip.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"astro": {
3+
"entry": [
4+
"astro.config.{js,cjs,mjs,ts}",
5+
"src/content/config.ts",
6+
"src/pages/**/*.{astro,mdx,js,ts}",
7+
"src/content/**/*.mdx",
8+
"src/middleware.{js,ts}",
9+
"src/actions/index.{js,ts}"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)