finally fixed the fucking table of contents
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
import Header from "$lib/header.svelte";
|
||||
import Footer from "$lib/footer.svelte";
|
||||
|
||||
export const prerender = true;
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
|
||||
@@ -54,7 +56,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: var(--color-waters);
|
||||
mask-image: url('bremen-waters-white.svg');
|
||||
mask-image: url('/bremen-waters-white.svg');
|
||||
mask-position: center;
|
||||
background-position: center;
|
||||
background-attachment: fixed;
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<p>This is a listing of some of my more noteworthy projects that can be found on the web.</p>
|
||||
|
||||
{#if browser}
|
||||
<TableOfContents {document}/>
|
||||
<TableOfContents />
|
||||
{/if}
|
||||
|
||||
<h2>Active Projects</h2>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
<BannerTitle title="Project N5 Progress Update: 2025-03-16" subtitle="Refactoring" banner="/projects/projectn5/devlog/20250316/fishmonger.webp" />
|
||||
|
||||
<TableOfContents document={document}/>
|
||||
<TableOfContents />
|
||||
|
||||
<p>I've been making a lot of progress in a lot of different areas, so I won't be able to elaborate on every little detail, but I'll focus on more major things. Excited to share what I've been working on!</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user