Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshitranga committed Apr 10, 2024
1 parent adbd95b commit 299c487
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-b168d8d6.js"></script>
<script type="module" crossorigin src="/CarbonQuest/assets/index-defd1224.js"></script>
<link rel="stylesheet" href="/CarbonQuest/assets/index-30b0bbee.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
{/if}
{#if ($profile)}
{#if ($profile.length == 0)}
{location.href = "/profile"}
{location.href = "/CarbonQuest/profile"}
{:else}
{console.log("PROFILE EXISTS")}
{/if}
Expand Down

0 comments on commit 299c487

Please sign in to comment.