diff --git a/package.json b/package.json index a2adb06f..316a57d3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bugs": "https://github.com/oskarrough/slaytheweb/issues", "type": "module", "scripts": { - "start": "servor public --reload", + "start": "servor public --static --reload", "lint": "eslint public tests --fix", "test": "ava", "test:watch": "ava --watch", diff --git a/public/stats/index.html b/public/stats.html similarity index 100% rename from public/stats/index.html rename to public/stats.html diff --git a/public/ui/splash-screen.js b/public/ui/splash-screen.js index 580ba56e..263bf533 100644 --- a/public/ui/splash-screen.js +++ b/public/ui/splash-screen.js @@ -29,6 +29,7 @@ export default class SplashScreen extends Component { : html`
` }