diff --git a/src/set-pages-config.js b/src/set-pages-config.js index b9f85f2..369624b 100644 --- a/src/set-pages-config.js +++ b/src/set-pages-config.js @@ -76,7 +76,7 @@ function setPagesConfig({ staticSiteGenerator, generatorConfigFile, siteUrl }) { } catch (error) { // Logging core.warning( - `We were unable to determine how to inject the site metadata into your config. Generated URLs may be incorrect. The base URL for this site should be ${path}. Please ensure your framework is configured to generate relative links appropriately.`, + `We were unable to determine how to inject the site metadata into your config. Generated URLs may be incorrect. The base URL for this site should be ${siteUrl}. Please ensure your framework is configured to generate relative links appropriately.`, error ) }