Skip to content

Commit

Permalink
change base url
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-murray committed Sep 3, 2024
1 parent 412512a commit 90f3370
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Split Feed for Twitch by Deleter</title>
<script type="module" crossorigin src="/assets/index-BFhsDQeb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-eMPQjxmd.css">
<script type="module" crossorigin src="/split-feed/assets/index-Dc12DMQT.js"></script>
<link rel="stylesheet" crossorigin href="/split-feed/assets/index-eMPQjxmd.css">
</head>
<body>
<div id="app"></div>
Expand Down
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: '/split-feed/',
})

0 comments on commit 90f3370

Please sign in to comment.