From 2a389909c633c05fe91c6afa1408733c1716eaa0 Mon Sep 17 00:00:00 2001 From: oskarrough Date: Sat, 15 Jul 2023 09:54:38 +0200 Subject: [PATCH] Avoid sub-folders for now --- package.json | 2 +- public/{stats/index.html => stats.html} | 0 public/ui/splash-screen.js | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename public/{stats/index.html => stats.html} (100%) 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`
  • ` }
  • Collection
  • +
  • Statistics
  • ${