diff --git a/resources/assets/build/config.js b/resources/assets/build/config.js index 60b8098..b2d2853 100644 --- a/resources/assets/build/config.js +++ b/resources/assets/build/config.js @@ -44,7 +44,7 @@ if (process.env.NODE_ENV === undefined) { * If your publicPath differs between environments, but you know it at compile time, * then set SAGE_DIST_PATH as an environment variable before compiling. * Example: - * SAGE_DIST_PATH=/wp-content/themes/sage/dist yarn build:production + * SAGE_DIST_PATH=/wp-content/themes/sage/dist/ yarn build:production */ if (process.env.SAGE_DIST_PATH) { module.exports.publicPath = process.env.SAGE_DIST_PATH;