elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
124 stars 33 forks source link

Docker: GitHub Pages deploy with custom crawling port wrong links #156

Closed KasperZutterman closed 3 years ago

KasperZutterman commented 3 years ago

When using the deploy to GitHub pages from inside a Docker container, I use the Custom crawling port: 8080, It crawls all pages just fine, but the links inside the files (css, js, ...) pushed to GitHub still contain the port:

e.g. www.testsite.com:8080/... where it should be: www.testsite.com/...

leonstafford commented 3 years ago

duplicate https://github.com/leonstafford/static-html-output/issues/158