Skip to content

Commit 8d2d653

Browse files
author
Mishig
authored
[Privacy page] Skip disclaimer modal including basePath (#829)
1 parent 1305730 commit 8d2d653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
{/if}
167167
</svelte:head>
168168

169-
{#if !$settings.ethicsModalAccepted && $page.url.pathname !== "/privacy"}
169+
{#if !$settings.ethicsModalAccepted && $page.url.pathname !== `${base}/privacy`}
170170
<DisclaimerModal />
171171
{/if}
172172

0 commit comments

Comments
 (0)