chg: dev: fix the changing local url names from legacy .local - & change the minio default port #15

This commit is contained in:
Lang
2026-08-18 17:19:43 +02:00
parent 8b428260d7
commit 2be49ebdf1
5 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -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: {