From a94b7fa830917f64c6b78ad46468cda4cbf11d96 Mon Sep 17 00:00:00 2001 From: wheattoast11 Date: Wed, 20 Nov 2024 11:50:54 -0600 Subject: [PATCH] vite distribution --- vite.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vite.config.js diff --git a/vite.config.js b/vite.config.js new file mode 100644 index 0000000..f6c39e6 --- /dev/null +++ b/vite.config.js @@ -0,0 +1,9 @@ +import { defineConfig } from 'vite' + +export default defineConfig({ + base: '/wheattoast11.github.io/', // Replace with your actual repository name + build: { + outDir: 'dist', + assetsDir: 'assets', + } +}) \ No newline at end of file