Skip to content

Commit 680be99

Browse files
committed
chore: fix lint
1 parent 6518ff0 commit 680be99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vitepress/config/shared.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import { groupIconMdPlugin, groupIconVitePlugin } from "vitepress-plugin-group-i
66

77
function inlineScript(file: string): HeadConfig {
88
return [
9-
'script',
9+
"script",
1010
{},
11-
readFileSync(resolve(__dirname, `./inlined-scripts/${file}`), 'utf-8'),
12-
]
11+
readFileSync(resolve(__dirname, `./inlined-scripts/${file}`), "utf-8"),
12+
];
1313
}
1414

1515
const head: HeadConfig[] = [
@@ -41,7 +41,7 @@ const head: HeadConfig[] = [
4141
},
4242
],
4343
// banner
44-
inlineScript('banner.js'),
44+
inlineScript("banner.js"),
4545
// Google Analytics
4646
["script", { async: "", src: "https://www.googletagmanager.com/gtag/js?id=G-X7WQ091KL7" }],
4747
[

0 commit comments

Comments
 (0)