Skip to content

Commit

Permalink
feat: Remove Hypersensitive, add redirect (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Jun 27, 2024
1 parent f3d038b commit 72e7a7f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 547 deletions.
Binary file removed public/og/hypersensitive.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/content/experiments/hypersensitive.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/pages/composed.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
export const prerender = false;
return Astro.redirect("https://composed.eva.town");
return Astro.redirect("https://composed.eva.town", 308);
---
2 changes: 1 addition & 1 deletion src/pages/design.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
export const prerender = false;
return Astro.redirect("https://design.eva.town");
return Astro.redirect("https://design.eva.town", 308);
---
Loading

0 comments on commit 72e7a7f

Please sign in to comment.