From ae87343db17071af90bdaf3622bb88a40172f046 Mon Sep 17 00:00:00 2001 From: Ning Shang Date: Wed, 7 Aug 2024 13:37:58 -0700 Subject: [PATCH] Use a symlinking magic to fix path (#12) We add a simlink to `tib_containers`, so that the website (hopefully) works for both the github.io and the custom domain. --- tib-demo/tib_containers | 1 + 1 file changed, 1 insertion(+) create mode 120000 tib-demo/tib_containers diff --git a/tib-demo/tib_containers b/tib-demo/tib_containers new file mode 120000 index 0000000..4da911a --- /dev/null +++ b/tib-demo/tib_containers @@ -0,0 +1 @@ +../tib_containers/ \ No newline at end of file