diff --git a/package.json b/package.json
index b97f1bb..0a14de5 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"scripts": {
"build": "npm run build:clean && npm run build:template && npm run build:prism && npm run build:static && npm run build:tool",
"build:clean": "do-vue clean",
- "build:template": "do-vue template && node src/nginxconfig/build/template.js",
+ "build:template": "node src/nginxconfig/build/template.js",
"build:prism": "node src/nginxconfig/build/prism.js",
"build:static": "copyfiles --up 2 src/static/{*,**/*} dist",
"build:tool": "vue-cli-service build src/nginxconfig/mount.js --no-clean",
diff --git a/src/nginxconfig/build/template.js b/src/nginxconfig/build/template.js
index 9a6e179..4cdc4ee 100644
--- a/src/nginxconfig/build/template.js
+++ b/src/nginxconfig/build/template.js
@@ -33,7 +33,7 @@ const main = () => {
let template = fs.readFileSync(path.join(buildDir, 'base.html'), 'utf8');
// Inject our title now
- template = template.replace('