diff --git a/app/srv/util/prod-index.ts b/app/srv/util/prod-index.ts index bbb6c334..10a5af70 100644 --- a/app/srv/util/prod-index.ts +++ b/app/srv/util/prod-index.ts @@ -14,7 +14,6 @@ export const prodIndex = ( - ${this.head.join("\n")} diff --git a/app/web/public-br/index.html b/app/web/public-br/index.html deleted file mode 100644 index fbf08e6f..00000000 Binary files a/app/web/public-br/index.html and /dev/null differ diff --git a/app/web/public_files.ts b/app/web/public_files.ts index 2840cdcc..e1fafe72 100644 --- a/app/web/public_files.ts +++ b/app/web/public_files.ts @@ -1,6 +1,5 @@ export const files = [ "favicon.ico", - "index.html", "img/empty.png", "img/logo-white.png", "img/logo.png" diff --git a/app/web/src/base/root.tsx b/app/web/src/base/root.tsx index 7d5a2314..be884936 100644 --- a/app/web/src/base/root.tsx +++ b/app/web/src/base/root.tsx @@ -4,6 +4,8 @@ import { GlobalContext, useLocal } from "web-utils"; import { w } from "../utils/types/general"; import { Loading } from "../utils/ui/loading"; import * as pages from "./pages"; + + export const Root: FC<{}> = ({}) => { const local = useLocal( { diff --git a/app/web/src/index.css b/app/web/src/index.css index 620242cf..f30bc1ff 100644 --- a/app/web/src/index.css +++ b/app/web/src/index.css @@ -17,7 +17,19 @@ body, } body { - font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + font-family: + "Source Sans 3", + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + Roboto, + Oxygen, + Ubuntu, + Cantarell, + "Open Sans", + "Helvetica Neue", + sans-serif; } .JsxText { @@ -43,4 +55,4 @@ body { .name-of-PropertyAccessExpression { color: #f08c36; -} \ No newline at end of file +} diff --git a/app/web/public/index.html b/app/web/src/index.html similarity index 83% rename from app/web/public/index.html rename to app/web/src/index.html index ae193fba..61bc989d 100644 --- a/app/web/public/index.html +++ b/app/web/src/index.html @@ -7,7 +7,7 @@ content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0" />