Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
🔧 bud config: set the public path by default (roots#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Jun 20, 2022
1 parent 8b0df45 commit 16d9962
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bud.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
};

0 comments on commit 16d9962

Please sign in to comment.