Open stereobooster opened 6 years ago
Path params and anchors get stripped, like '/#/', '/#/analyseren' or /?some=variable
'/#/', '/#/analyseren'
/?some=variable
Warn about relative paths they can create infinite loops, like test/.
test/
Related https://github.com/chrisvfritz/prerender-spa-plugin/issues/139
also warn about missing index.html
index.html
make / pageerorr more user-friendly. Explain that this is error on the page /
/ pageerorr
/
Path params and anchors get stripped, like
'/#/', '/#/analyseren'
or/?some=variable
Warn about relative paths they can create infinite loops, like
test/
.Related https://github.com/chrisvfritz/prerender-spa-plugin/issues/139