diff --git a/index.html b/index.html index d4ab82bc90f4badf76e2c56b40e7bc5eca31aa42..030a6ff51bfc6f6adcc472f6d8c02db92ce947a8 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ - Vite App diff --git a/vite.config.js b/vite.config.js index fbff1a487d21e9ae522afe328811baa3cd816a61..a9b92e69f4b04fdea127fe222491c8f0753333cb 100644 --- a/vite.config.js +++ b/vite.config.js @@ -8,3 +8,9 @@ export default defineConfig({ }, plugins: [vue()] }) + +module.exports = { + publicPath: './', + outputDir: 'dist', + indexPath: 'index.html' +}