refactor: use SASS @use over @import
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
</style>
|
||||
|
||||
<script lang="ts">
|
||||
import 'sanitize.css'
|
||||
import '../style/global.scss'
|
||||
|
||||
import { PUBLIC_ANALYTICS_DOMAIN } from '$env/static/public'
|
||||
@@ -94,7 +95,7 @@
|
||||
<svelte:window bind:innerHeight />
|
||||
|
||||
<svelte:head>
|
||||
<link rel="canonical" href={$page.url.href} />
|
||||
<link rel="canonical" href={$page.url.href.split('#')[0]} />
|
||||
|
||||
{#each fonts as font}
|
||||
<link rel="preload" href="/fonts/{font}.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
||||
|
||||
Reference in New Issue
Block a user