Skip to content

Commit 28cbaa3

Browse files
author
Lévai Norbert
committed
disable hmr
1 parent 05c4d1f commit 28cbaa3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,7 @@ export default defineUserConfig({
272272
bundler: viteBundler({
273273
viteOptions: {
274274
server: {
275-
server: {
276-
hmr: false, // Disable HMR
277-
},
275+
hmr: false, // Disable HMR
278276
},
279277
},
280278
}),

0 commit comments

Comments
 (0)