We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00bad7 commit 866a150Copy full SHA for 866a150
1 file changed
docs/.vuepress/config.js
@@ -3,7 +3,17 @@ import { defaultTheme } from "@vuepress/theme-default";
3
import { defineUserConfig } from "vuepress";
4
5
export default defineUserConfig({
6
- bundler: viteBundler(),
+ bundler: viteBundler({
7
+ viteOptions: {
8
+ build: {
9
+ rollupOptions: {
10
+ output: {
11
+ manualChunks: undefined,
12
+ },
13
14
15
16
+ }),
17
lang: "en-US",
18
title: "Such Dev Blog",
19
description: "Much code, very webdev.",
@@ -59,6 +69,7 @@ export default defineUserConfig({
59
69
"data-goatcounter": "https://suchdevblog.goatcounter.com/count",
60
70
async: true,
61
71
src: "https://gc.zgo.at/count.js",
72
+ onerror: "this.remove()",
62
73
},
63
74
],
64
75
0 commit comments