You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a page on my site that is set to permalink: false, resulting in this issue on build.
The quick fix suggested in that bug report seems to work well for the time being, so I'll submit a pull request shortly with this fix. if(outputPath && outputPath.endsWith('.html')) { … }
The text was updated successfully, but these errors were encountered:
I have a page on my site that is set to permalink: false, resulting in this issue on build.
The quick fix suggested in that bug report seems to work well for the time being, so I'll submit a pull request shortly with this fix.
if(outputPath && outputPath.endsWith('.html')) { … }
The text was updated successfully, but these errors were encountered: