Skip to content

Commit 7d187a8

Browse files
committed
fix: patch up build issue
1 parent 02f7618 commit 7d187a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.vitepress/config/head.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,14 @@ const head: HeadConfig[] = [
154154
src: 'https://static.elfsight.com/platform/platform.js',
155155
},
156156
],
157-
[
158-
'script',
159-
{},
160-
fs.readFileSync(
161-
path.resolve(__dirname, './inlined-scripts/restorePreference.js'),
162-
'utf-8'
163-
),
164-
],
157+
// [
158+
// 'script',
159+
// {},
160+
// fs.readFileSync(
161+
// path.resolve(__dirname, './inlined-scripts/restorePreference.js'),
162+
// 'utf-8'
163+
// ),
164+
// ],
165165
[
166166
'script',
167167
{

0 commit comments

Comments
 (0)