diff --git a/public/og/hypersensitive.png b/public/og/hypersensitive.png deleted file mode 100644 index 93839b77..00000000 Binary files a/public/og/hypersensitive.png and /dev/null differ diff --git a/src/content/experiments/hypersensitive.yml b/src/content/experiments/hypersensitive.yml index d1c4688d..adc6d986 100644 --- a/src/content/experiments/hypersensitive.yml +++ b/src/content/experiments/hypersensitive.yml @@ -1,4 +1,4 @@ title: HYPERSENSITIVE description: A looping, generative meditation on overwhelm, autism, and synesthesia. datePublished: 2024-02-10 12:00:00-04:00 -url: /hypersensitive +url: https://hypersensitive.eva.town diff --git a/src/pages/composed.astro b/src/pages/composed.astro index 0c5e37a5..a90b17a3 100644 --- a/src/pages/composed.astro +++ b/src/pages/composed.astro @@ -1,5 +1,5 @@ --- export const prerender = false; -return Astro.redirect("https://composed.eva.town"); +return Astro.redirect("https://composed.eva.town", 308); --- diff --git a/src/pages/design.astro b/src/pages/design.astro index 2a2dc00a..958023ad 100644 --- a/src/pages/design.astro +++ b/src/pages/design.astro @@ -1,5 +1,5 @@ --- export const prerender = false; -return Astro.redirect("https://design.eva.town"); +return Astro.redirect("https://design.eva.town", 308); --- diff --git a/src/pages/hypersensitive.astro b/src/pages/hypersensitive.astro index 83b9a14a..2dc25abf 100644 --- a/src/pages/hypersensitive.astro +++ b/src/pages/hypersensitive.astro @@ -1,546 +1,5 @@ --- -import UnstyledBase from "../layouts/UnstyledBase.astro"; ---- - - -
-
-
- - - - +return Astro.redirect("https://hypersensitive.eva.town", 308); +---