Skip to content

Commit 9b38944

Browse files
committed
path
1 parent edbc77b commit 9b38944

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Žsrc/index.htmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
88
<link rel="manifest" href="/site.webmanifest">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10-
<link href="src/tw.min.css" rel="stylesheet">
11-
<link href="src/app.css" rel="stylesheet">
10+
<link href="/src/tw.min.css" rel="stylesheet">
11+
<link href="/src/app.css" rel="stylesheet">
1212
<title>TypoGraph 🟩🟩🟩</title>
1313
</head>
1414
<body>

β€Žsrc/vite.config.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [svelte()],
7-
base: '/', // Replace <repository-name> with your GitHub repo name
7+
base: '/TypoGraph/', // Replace <repository-name> with your GitHub repo name
88
});

0 commit comments

Comments
Β (0)