mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-16 22:58:09 +00:00
CSS fixes for subdirectories. Full credits to @GaneshKandu
This commit is contained in:
6
frontend/quasar.conf.js
vendored
6
frontend/quasar.conf.js
vendored
@@ -101,18 +101,18 @@ module.exports = configure(function (ctx) {
|
||||
type: 'https'
|
||||
},
|
||||
port: 8080,
|
||||
host: 'firefly-dev.sd.home',
|
||||
host: 'firefly-dev.sd.local',
|
||||
open: false, // opens browser window automatically
|
||||
proxy: [
|
||||
{
|
||||
context: ['/sanctum', '/api'],
|
||||
target: 'https://firefly.sd.home', // Laravel Homestead end-point
|
||||
target: 'https://firefly.sd.local', // Laravel Homestead end-point
|
||||
// avoid problems with session and XSRF cookies
|
||||
// When using capacitor, use the IP of the dev server streaming the app
|
||||
// For SPA and PWA use localhost, given that the app is streamed on that host
|
||||
// xxx address is your machine current IP address
|
||||
cookieDomainRewrite:
|
||||
ctx.modeName === 'capacitor' ? '10.0.0.1' : '.sd.home',
|
||||
ctx.modeName === 'capacitor' ? '10.0.0.1' : '.sd.local',
|
||||
changeOrigin: true,
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user