mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Map welcome page in Karma for less 404s
This commit is contained in:
parent
50baa09f5e
commit
6aff7460fe
1 changed files with 3 additions and 1 deletions
|
@ -78,7 +78,7 @@ module.exports = function (config) {
|
|||
watched: false, included: false, served: true, nocache: false,
|
||||
},
|
||||
{
|
||||
pattern: 'res/themes/**',
|
||||
pattern: 'res/**',
|
||||
watched: false, included: false, served: true, nocache: false,
|
||||
},
|
||||
],
|
||||
|
@ -87,6 +87,8 @@ module.exports = function (config) {
|
|||
// redirect img links to the karma server. See above.
|
||||
"/img/": "/base/node_modules/matrix-react-sdk/res/img/",
|
||||
"/themes/": "/base/res/themes/",
|
||||
"/welcome.html": "/base/res/welcome.html",
|
||||
"/welcome/": "/base/res/welcome/",
|
||||
},
|
||||
|
||||
// preprocess matching files before serving them to the browser
|
||||
|
|
Loading…
Reference in a new issue