Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "WYSIWYG editor images doesn't appear"

Merged VIAUD Nathan requested to merge 285-wysiwyg-editor-images-doesn-t-appear into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -66,9 +66,9 @@ module.exports.setupWindow = function (window) {
'http://localhost:8000/assets/*',
'http://localhost:8000/images/*',
'http://localhost:8000/videos/*',
`file://${encodeURI(path.join(__dirname, '../dist/assets/'))}*`,
`file://${encodeURI(path.join(__dirname, '../dist/images/'))}*`,
`file://${encodeURI(path.join(__dirname, '../dist/videos/'))}*`
`file://${encodeURI(path.join(__dirname, '../../dist/assets/'))}*`,
`file://${encodeURI(path.join(__dirname, '../../dist/images/'))}*`,
`file://${encodeURI(path.join(__dirname, '../../dist/videos/'))}*`
]
};
Loading