Skip to content
New issue

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

[home] fix redirect issue #38

Merged
merged 3 commits into from
Jul 13, 2023

Conversation

Seburan
Copy link
Contributor

@Seburan Seburan commented Jul 13, 2023

accessing directly to a page url without trailing "/"
caused docusaurus to redirect (http response 301) to absolute
url of server (!= from proxy) + port 8080 != from proxy 443.
fix this by disabling absolute redirect so only the trailing slash is
added to the url.

Seburan added 3 commits July 13, 2023 14:08
add instruction to build html files
update .gitignore
accessing directly to a page url without trailing "/"
caused docusaurus to redirect (http response 301) to absolute
url of server (!= from proxy) + port 8080 != from proxy 443.
fix this by disabling absolute redirect so only the trailing slash is
added to the url.
@JackJey JackJey merged commit b2c9a91 into privacysandbox:main Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants