From 782ca3e8895ddccb84c97e26af450ada4b5b138a Mon Sep 17 00:00:00 2001 From: memdmp Date: Sun, 12 Jan 2025 05:36:18 +0100 Subject: feat: new things --- src/routes/skip-animation/+page.svelte | 5 +++++ src/routes/skip-animation/+page.ts | 1 + 2 files changed, 6 insertions(+) create mode 100644 src/routes/skip-animation/+page.svelte create mode 100644 src/routes/skip-animation/+page.ts (limited to 'src/routes/skip-animation') diff --git a/src/routes/skip-animation/+page.svelte b/src/routes/skip-animation/+page.svelte new file mode 100644 index 0000000..d657b03 --- /dev/null +++ b/src/routes/skip-animation/+page.svelte @@ -0,0 +1,5 @@ + + + diff --git a/src/routes/skip-animation/+page.ts b/src/routes/skip-animation/+page.ts new file mode 100644 index 0000000..844f519 --- /dev/null +++ b/src/routes/skip-animation/+page.ts @@ -0,0 +1 @@ +export const trailingSlash = 'never'; -- cgit v1.2.3