diff --git a/bin/homepage b/bin/homepage --- a/bin/homepage +++ b/bin/homepage @@ -33,6 +33,6 @@ http { } EOF head -1 /tmp/light9_nginx_routes.conf -pnpx vite -c light9/web/homepage/vite.config.ts & +pnpx vite -c light9/homepage/vite.config.ts & /usr/sbin/nginx -c $CONF wait diff --git a/light9/web/homepage/ServiceButtonRow.ts b/light9/homepage/ServiceButtonRow.ts rename from light9/web/homepage/ServiceButtonRow.ts rename to light9/homepage/ServiceButtonRow.ts diff --git a/light9/web/homepage/StatsLine.ts b/light9/homepage/StatsLine.ts rename from light9/web/homepage/StatsLine.ts rename to light9/homepage/StatsLine.ts --- a/light9/web/homepage/StatsLine.ts +++ b/light9/homepage/StatsLine.ts @@ -226,7 +226,6 @@ export class StatsLine extends LitElemen ); }; - // return table(this.stats, []); const displayedStats = this.stats.filter(nonBoring); return html`