mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
Merge pull request #1269 from SheepFromHeaven/npm
fix: Update base path in vite.config.ts for Netlify deployment
This commit is contained in:
commit
e8bf27cfe3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
root: './src',
|
||||
base: '/Fantasy-Map-Generator/',
|
||||
base: process.env.NETLIFY ? '/' : '/Fantasy-Map-Generator/',
|
||||
build: {
|
||||
outDir: '../dist',
|
||||
assetsDir: './',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue