Skip to content

Commit 5fdb9c0

Browse files
committed
fix(docs): collapse head array to satisfy biome formatter
1 parent f6f3c9a commit 5fdb9c0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ export default defineConfig({
77
base: '/Flint/',
88
srcExclude: ['superpowers/**'],
99

10-
head: [
11-
['link', { rel: 'icon', type: 'image/png', href: '/Flint/logo.png' }],
12-
],
10+
head: [['link', { rel: 'icon', type: 'image/png', href: '/Flint/logo.png' }]],
1311

1412
themeConfig: {
1513
logo: '/logo.png',

0 commit comments

Comments
 (0)