small deploy fixes
This commit is contained in:
+5
-2
@@ -2,9 +2,12 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React</title>
|
||||
<title>Fancyscribe</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="A fancy way to view your Warhammer 40k BattleScribe rosters."
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ function App() {
|
||||
style={{ display: "none" }}
|
||||
/>
|
||||
<label
|
||||
for="rosterUpload"
|
||||
htmlFor="rosterUpload"
|
||||
className={
|
||||
"print-display-none rosterUpload" +
|
||||
" " +
|
||||
|
||||
+1
-1
@@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: "fancyscribe",
|
||||
base: "/fancyscribe",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user