From 4453af47ec0a40e85c762a28b577babc95a45265 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Fri, 26 Jan 2024 15:04:50 +0200 Subject: [PATCH] Fix routing on website (#875) GitHub Pages wasn't playing nicely with the website's routing # Before ![before](https://github.com/sunny0826/kubecm/assets/20454870/acaa3351-1324-4979-b270-8af532c0b087) # After ![after](https://github.com/sunny0826/kubecm/assets/20454870/77e25966-629a-4f29-948d-81c2efc38384) Signed-off-by: Yarden Shoham --- docs/404.html | 40 ++++++++++++++++++++++++++++++++++++++++ docs/index.html | 26 ++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 docs/404.html diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 00000000..fb3f2dbb --- /dev/null +++ b/docs/404.html @@ -0,0 +1,40 @@ + + + + + Single Page Apps for GitHub Pages + + + + + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index f2e00cdf..2b76c813 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,6 +9,32 @@ + + + + +