-
Notifications
You must be signed in to change notification settings - Fork 18
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
Document self-hosted HTTP servers #6
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Josh-Cena <[email protected]>
@Josh-Cena is attempting to deploy a commit to the Trailing Slash Team Team on Vercel. A member of the Team first needs to authorize it. |
This pull request is being automatically deployed with Vercel (learn more). vercel-default – ./static🔍 Inspect: https://vercel.com/trailing-slash-team/vercel-default/CQLK9K9jdxjSKpv5czBNvXm9Si6g |
Signed-off-by: Josh-Cena <[email protected]>
Signed-off-by: Josh-Cena <[email protected]>
@slorber Maybe you should enforce squash-merging by unchecking the other two options in "Merge button"? |
Signed-off-by: Josh-Cena <[email protected]>
Done That looks good to me. I guess we could add self-hosted software with their default settings in a table in the repo readme? maybe separated from the CDN services |
Thanks for making this thread. I am a little concerned about having issues with running on a "bare" http server like I thought I had something working with facebook/docusaurus#5570 If anyone has ideas about this, a simple repro is here https://github.com/cmdcolin/docusaurus-nav-issue I thought the prepare script in https://github.com/slorber/trailing-slash-guide/blob/main/docs/Solutions.md#post-process-your-static-site-generator-output-before-deployment was maybe helping but it seemed to maybe have issue still One possible solution is adding
And then making all my doc links have a ../
|
@cmdcolin I'm still navigating through the mist of HTTP server options out there :P Some seem to have dependency on others, and most have pretty identical behaviors. I'll try my best to make things illustrative and concise |
No description provided.