added admin page to work.suroh
This commit is contained in:
parent
eae2234029
commit
496e34eca2
|
@ -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/**')
|
||||
|
||||
|
|
Loading…
Reference in New Issue