small deploy fixes
This commit is contained in:
+5
-2
@@ -2,9 +2,12 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<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" />
|
<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.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
|
|||||||
+1
-1
@@ -85,7 +85,7 @@ function App() {
|
|||||||
style={{ display: "none" }}
|
style={{ display: "none" }}
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="rosterUpload"
|
htmlFor="rosterUpload"
|
||||||
className={
|
className={
|
||||||
"print-display-none rosterUpload" +
|
"print-display-none rosterUpload" +
|
||||||
" " +
|
" " +
|
||||||
|
|||||||
+1
-1
@@ -4,5 +4,5 @@ import react from "@vitejs/plugin-react";
|
|||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
base: "fancyscribe",
|
base: "/fancyscribe",
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user