diff --git a/src/routes/+page.js b/src/routes/+page.js index a72419a..a918b86 100755 --- a/src/routes/+page.js +++ b/src/routes/+page.js @@ -1,3 +1,4 @@ // since there's no dynamic data here, we can prerender // it so that it gets served as a static asset in production -export const prerender = true; +export const prerender = true +export const trailingSlash = 'always' diff --git a/src/routes/FameRicePreview.svelte b/src/routes/FameRicePreview.svelte index c02bab6..cb951f8 100755 --- a/src/routes/FameRicePreview.svelte +++ b/src/routes/FameRicePreview.svelte @@ -9,6 +9,10 @@ export let imageClass = undefined /** @type {string | undefined} */ export let containerClass = undefined + /** @type {string} + * The path to the image. Usually the file within `static`, but can also be an URL + */ + export let blurredBackground = undefined
@@ -20,7 +24,7 @@ />
- +
+
+ + +
+

@@ -164,7 +168,7 @@ } & .feature-image_inner-hover { opacity: 1 !important; - filter: saturate(1.5); + filter: saturate(1.3); } } diff --git a/src/routes/Hero.svelte b/src/routes/Hero.svelte index 9ecbb4a..9dd787e 100755 --- a/src/routes/Hero.svelte +++ b/src/routes/Hero.svelte @@ -26,7 +26,7 @@

-
+
Hyprland Logo

section { - @apply relative z-10 -mb-4 -mt-8 w-full max-w-[1400px] px-1 animate-in fade-in-0 slide-in-from-bottom-10 fill-mode-backwards [animation-delay:1700ms] [animation-duration:2000ms] lg:px-8; + @apply relative z-10 -mb-4 w-full max-w-[1400px] px-1 animate-in fade-in-0 slide-in-from-bottom-10 fill-mode-backwards [animation-delay:1700ms] [animation-duration:2000ms] md:-mt-8 lg:px-8; contain: layout style content; } diff --git a/src/routes/SmoothCircle.svelte b/src/routes/SmoothCircle.svelte index 8cb3804..386683f 100755 --- a/src/routes/SmoothCircle.svelte +++ b/src/routes/SmoothCircle.svelte @@ -1,7 +1,4 @@
-
- Ying yang smooth icon - Ying yang smooth icon -
{#each circles as _, index}