summaryrefslogtreecommitdiff
path: root/public/posts/page
diff options
context:
space:
mode:
authorsurya <surya@urbanecologycollective.org>2026-04-18 16:16:12 -0400
committersurya <surya@urbanecologycollective.org>2026-04-18 16:16:12 -0400
commit17aa4ee4bd56fceb1f0df22125a72f3b9a5a5ffd (patch)
tree286446a7e3f0ea0190af8837e6dea426d43d8e3d /public/posts/page
parentf5f68ab9cc9821dfbe938f94f2dea7cf41c5941d (diff)
fix
Diffstat (limited to 'public/posts/page')
-rw-r--r--public/posts/page/1/index.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/posts/page/1/index.html b/public/posts/page/1/index.html
deleted file mode 100644
index 2cd7405..0000000
--- a/public/posts/page/1/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!doctype html>
-<meta charset="utf-8">
-<title>Redirect</title>
-<script>
- const target = "https://urbanecologycollective.org/posts/";
- const hash = window.location.hash || "";
- window.location.replace(target + hash);
-</script>
-<noscript>
- <meta http-equiv="refresh" content="0; url=https://urbanecologycollective.org/posts/">
-</noscript>
-<p><a href="https://urbanecologycollective.org/posts/">Click here</a> to be redirected.</p>