projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea14c8
)
Use relative paths for build (#1094)
author
Ajay Bura
<32841439+ajbura@users.noreply.github.com>
Mon, 30 Jan 2023 04:20:13 +0000
(15:20 +1100)
committer
GitHub
<noreply@github.com>
Mon, 30 Jan 2023 04:20:13 +0000
(15:20 +1100)
vite.config.js
patch
|
blob
|
history
diff --git
a/vite.config.js
b/vite.config.js
index 7ca1baff126880465de42ffe30a791ae9d1bd771..f4f588e5e4344109793e994d4b9ac365a3cd3438 100644
(file)
--- a/
vite.config.js
+++ b/
vite.config.js
@@
-28,6
+28,7
@@
const copyFiles = {
export default defineConfig({
appType: 'spa',
publicDir: false,
+ base: "",
server: {
port: 8080,
host: true,