mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 01:11:41 +03:00
fix: Front-end base url with path (#303)
Closes #43, closes #111, closes #272
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports.views = {
|
||||
*
|
||||
*/
|
||||
|
||||
extension: 'html',
|
||||
extension: 'ejs',
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -36,4 +36,5 @@ module.exports.views = {
|
||||
*/
|
||||
|
||||
layout: false,
|
||||
locals: { BASE_URL: process.env.BASE_URL },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user