added admin page to work.suroh

This commit is contained in:
suroh 2023-11-16 15:57:49 +01:00
parent eae2234029
commit 496e34eca2
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ module.exports = (config) => {
// added passthrough for global assets
config.addPassthroughCopy('assets')
// backend
config.addPassthroughCopy('office')
// added passthrough for images in their respective folders
config.addPassthroughCopy('_content/**/images/**')