mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
Fix broken devServer config
This commit is contained in:
parent
a6dfdff3ba
commit
482a04d757
@ -55,7 +55,7 @@ module.exports = (env, argv) => {
|
|||||||
const htmlConfig = {
|
const htmlConfig = {
|
||||||
title: "Bitburner",
|
title: "Bitburner",
|
||||||
template: "src/index.html",
|
template: "src/index.html",
|
||||||
filename: "../index.html",
|
filename: isDevServer ? "index.html" : "../index.html",
|
||||||
favicon: "favicon.ico",
|
favicon: "favicon.ico",
|
||||||
googleAnalytics: {
|
googleAnalytics: {
|
||||||
trackingId: "UA-100157497-1",
|
trackingId: "UA-100157497-1",
|
||||||
|
Loading…
Reference in New Issue
Block a user