mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
[security] csrf protection - fix (disable no-ssr)
This commit is contained in:
parent
56f61c485c
commit
108923b461
@ -224,7 +224,10 @@ export default {
|
||||
PLAUSIBLE_API_HOST: process.env.PLAUSIBLE_API_HOST,
|
||||
HEARTBEAT_LINK: process.env.HEARTBEAT_LINK,
|
||||
},
|
||||
serverMiddleware: ['~/server/no-ssr.js', '~/server/index.js'],
|
||||
serverMiddleware: [
|
||||
// '~/server/no-ssr.js',
|
||||
'~/server/index.js'
|
||||
],
|
||||
axios: {
|
||||
baseURL: process.env.BASE_URL + '/api',
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user