From 7cd6d9d8d195539d5afdd7dca8135101d3ba9031 Mon Sep 17 00:00:00 2001 From: Rendall Date: Thu, 16 Nov 2023 11:29:49 +0200 Subject: [PATCH 1/2] Add topic section --- _redirects | 1 + src/static/topic/index.html | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 _redirects create mode 100644 src/static/topic/index.html diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..797fd53 --- /dev/null +++ b/_redirects @@ -0,0 +1 @@ +/topic/* /topic/:splat 200! \ No newline at end of file diff --git a/src/static/topic/index.html b/src/static/topic/index.html new file mode 100644 index 0000000..7813acf --- /dev/null +++ b/src/static/topic/index.html @@ -0,0 +1,11 @@ + + + + + + Hello World + + +

Hello World

+ + From 0fee6f8d3ef6735227a6f740cbc08e78ba5c3664 Mon Sep 17 00:00:00 2001 From: Rendall Date: Thu, 16 Nov 2023 11:46:49 +0200 Subject: [PATCH 2/2] Update incorrect redirect --- _redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_redirects b/_redirects index 797fd53..06f3d16 100644 --- a/_redirects +++ b/_redirects @@ -1 +1 @@ -/topic/* /topic/:splat 200! \ No newline at end of file +/topic/* /topic/index.html 200