canoncial
All checks were successful
deploy to production / deploy (push) Successful in 47s

This commit is contained in:
2023-11-19 18:04:16 +00:00
parent 86d5449213
commit 86d8720c00
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
import { mediaLibrary, pages, scrollToRowNr, team } from "../../store"
import Homepage from "./Homepage.svelte"
import Pagebuilder from "./Pagebuilder.svelte"
import { apiBaseURL } from "../../../config"
import { apiBaseURL, baseURL } from "../../../config"
import { onMount } from "svelte"
export let path: string
@@ -71,6 +71,7 @@
{#if page?.active === false}
<meta name="robots" content="noindex" />
{/if}
<link rel="canonical" href="{baseURL + page.path}" />
{/key}
</svelte:head>
<div class="rows" class:HP="{path == '/'}">