From d7e2f602a68a5bd659fd2b6db3f90194e110f499 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Tue, 7 Jan 2025 10:13:26 -0800 Subject: [PATCH] Update netlify config --- demo/src/index.html | 2 +- netlify.toml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 netlify.toml diff --git a/demo/src/index.html b/demo/src/index.html index 4f8170c..51c3c81 100644 --- a/demo/src/index.html +++ b/demo/src/index.html @@ -6,6 +6,6 @@
- + diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..28c4b40 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,9 @@ +# This is the configuration file for the netlify preview deploys +# See https://www.netlify.com/docs/netlify-toml-reference/ for more + +[build] + publish = "dist/" + +[[redirects]] + from = "/" + to = "/demo/src/"