We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! Thank you for awesome Astro plugin!
I'm using Netlify with Pretty URLs option.
I remove .html ext from URLs: /about.html -> /about.
.html
/about.html
/about
When I use astro-shield package, this plugin creates _headers file with full URL:
_headers
/about.html content-security-policy: ...
For this reason, the CSP does not work on the page. Can we add the removeHtmlExtension option so that the plugin can be used with Pretty URLs?
removeHtmlExtension
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hello! Thank you for awesome Astro plugin!
I'm using Netlify with Pretty URLs option.
I remove
.html
ext from URLs:/about.html
->/about
.When I use astro-shield package, this plugin creates
_headers
file with full URL:For this reason, the CSP does not work on the page. Can we add the
removeHtmlExtension
option so that the plugin can be used with Pretty URLs?The text was updated successfully, but these errors were encountered: