Private
Public Access
chg: dev: fix the changing local url names from legacy .local - & change the minio default port #15
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
cors: {
|
||||
origin: ['https://mine.local', 'http://mine.local'],
|
||||
origin: ['https://mine.home.arpa', 'http://mine.home.arpa'],
|
||||
},
|
||||
},
|
||||
css: {
|
||||
|
||||
Reference in New Issue
Block a user