Skip to content

Commit

Permalink
one more attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshitranga committed Apr 10, 2024
1 parent 002e5d0 commit adbd95b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="manifest" href="/CarbonQuest/manifest.webmanifest" crossorigin="use-credentials" />
<link rel="apple-touch-startup-image" href="/CarbonQuest/logo.png">
<title>CarbonQuest</title>
<script type="module" crossorigin src="/CarbonQuest/assets/index-a37fde6a.js"></script>
<script type="module" crossorigin src="/CarbonQuest/assets/index-b168d8d6.js"></script>
<link rel="stylesheet" href="/CarbonQuest/assets/index-30b0bbee.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
export let url = "";
</script>

<Router {url}>
<Router {url} basepath="/CarbonQuest">
<div>
<Route path="/stats"><Stats/></Route>
<Route path="/achievements"><Achievements/></Route>
Expand Down

0 comments on commit adbd95b

Please sign in to comment.