From 3a70c540887c588be885275c2ca3abf017a4a138 Mon Sep 17 00:00:00 2001 From: Craig Blanchette Date: Fri, 6 Sep 2024 12:24:47 -0400 Subject: [PATCH] add vite config for static deploy --- vite.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vite.config.js diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..079d6e6 --- /dev/null +++ b/vite.config.js @@ -0,0 +1,3 @@ +export default { + base: '/ts-ml/' +}