We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f7618 commit 7d187a8Copy full SHA for 7d187a8
.vitepress/config/head.ts
@@ -154,14 +154,14 @@ const head: HeadConfig[] = [
154
src: 'https://static.elfsight.com/platform/platform.js',
155
},
156
],
157
- [
158
- 'script',
159
- {},
160
- fs.readFileSync(
161
- path.resolve(__dirname, './inlined-scripts/restorePreference.js'),
162
- 'utf-8'
163
- ),
164
- ],
+ // [
+ // 'script',
+ // {},
+ // fs.readFileSync(
+ // path.resolve(__dirname, './inlined-scripts/restorePreference.js'),
+ // 'utf-8'
+ // ),
+ // ],
165
[
166
'script',
167
{
0 commit comments