From 39fcf611e9feb8f6b1c26c4030711cdb4c9c5ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Tr=E1=BA=A7n=20Khanh?= Date: Wed, 11 Oct 2023 21:20:30 +0700 Subject: [PATCH 01/13] Add subpath redirect --- pages/404.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pages/404.html diff --git a/pages/404.html b/pages/404.html new file mode 100644 index 0000000000..ebf4314410 --- /dev/null +++ b/pages/404.html @@ -0,0 +1,10 @@ +<#include "incl/macros.html"> + From 4a53adcfa17f806fe7e467d3377f037782a7b2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Tr=E1=BA=A7n=20Khanh?= Date: Wed, 11 Oct 2023 21:29:15 +0700 Subject: [PATCH 02/13] Empty commit to force CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c00400e660..5743e5c939 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,4 +46,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2 From badbc1778fc082b63157ffb87300dcdb6691f0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=E1=BB=B3nh=20Tr=E1=BA=A7n=20Khanh?= Date: Wed, 11 Oct 2023 21:43:49 +0700 Subject: [PATCH 03/13] Fix typo --- pages/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/404.html b/pages/404.html index ebf4314410..453efd4c2b 100644 --- a/pages/404.html +++ b/pages/404.html @@ -2,7 +2,7 @@