From 6ad4eec992033b813b9aae4f7062a600f2f31813 Mon Sep 17 00:00:00 2001 From: luoxiao Date: Thu, 16 Nov 2023 14:58:37 +0800 Subject: [PATCH] gh-pages: page redirection --- demo/Trunk.toml | 6 ++---- demo/index.html | 1 + demo/src/assets/404.html | 30 ++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 demo/src/assets/404.html diff --git a/demo/Trunk.toml b/demo/Trunk.toml index 9ccd33e..328d218 100644 --- a/demo/Trunk.toml +++ b/demo/Trunk.toml @@ -2,12 +2,10 @@ target = "index.html" public_url = "/thaw/" # release = true +filehash = false [watch] -watch = [ - "../src", - "./src" -] +watch = ["../src", "./src"] [serve] address = "127.0.0.1" diff --git a/demo/index.html b/demo/index.html index af64a68..76d19a2 100644 --- a/demo/index.html +++ b/demo/index.html @@ -13,6 +13,7 @@ + diff --git a/demo/src/assets/404.html b/demo/src/assets/404.html new file mode 100644 index 0000000..a96962d --- /dev/null +++ b/demo/src/assets/404.html @@ -0,0 +1,30 @@ + + + + + + + Thaw UI + + + + + + + + + +