diff --git a/bud.config.js b/bud.config.js index 16c0c294ae..6058b51efe 100644 --- a/bud.config.js +++ b/bud.config.js @@ -37,5 +37,10 @@ module.exports = async (app) => { /** * Development URL to be used in the browser. */ - .serve('http://0.0.0.0:3000'); + .serve('http://0.0.0.0:3000') + + /** + * Relative path to the public directory. + */ + .setPublicPath('/app/themes/sage/public/'); };