Skip to content

Commit 8d538b3

Browse files
committed
Update site
1 parent ca37203 commit 8d538b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

explorer-v2/src/lib/Header.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
sveltekit:prefetch
2525
href="{baseUrl}/scope">Scope</a
2626
>
27+
<div class="debug">
28+
$page.url.pathname: {$page.url.pathname}
29+
baseUrl: {baseUrl}
30+
</div>
2731
<SnsBar />
2832
<a href="https://github.com/ota-meshi/svelte-eslint-parser" class="github-link">View on GitHub</a>
2933
</header>
@@ -55,4 +59,7 @@
5559
display: flex;
5660
align-items: center;
5761
}
62+
.debug {
63+
display: none;
64+
}
5865
</style>

0 commit comments

Comments
 (0)