You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of deploying to a gh-pages branch on another org's repo, I think it might be cleaner to use GitHub Actions to deploy to GitHub Pages in this org in a ohmjs/ohmjs.github.io repo, then have the ohmlang/ohmlang.github.io repo have a single /404.html page with this:
This would (I think) delegate everything from https://ohmlang.github.io/custom?page#with:~:some=params to https://ohmjs.org/custom?page#with:~:some=params which could then be mapped to whatever ohmjs/ohmjs.github.io repo you want. Then again, I don't actually know if this works.
I'm just suggesting this as a possible improvement over your current workflow. If it works, and you don't really want to change it 👍 that's great! This is just an idea.
The text was updated successfully, but these errors were encountered:
jcbhmr
changed the title
Possible to use a /404.html to redirect to ohmjs.github.io?
Possible to use a /404.html to redirect to ohmjs.org?
Mar 9, 2023
jcbhmr
changed the title
Possible to use a /404.html to redirect to ohmjs.org?
Possible to use a /404.html in ohmlang to redirect to ohmjs.org?
Mar 9, 2023
Instead of deploying to a gh-pages branch on another org's repo, I think it might be cleaner to use GitHub Actions to deploy to GitHub Pages in this org in a ohmjs/ohmjs.github.io repo, then have the ohmlang/ohmlang.github.io repo have a single /404.html page with this:
This would (I think) delegate everything from
https://ohmlang.github.io/custom?page#with:~:some=params
tohttps://ohmjs.org/custom?page#with:~:some=params
which could then be mapped to whatever ohmjs/ohmjs.github.io repo you want. Then again, I don't actually know if this works.I'm just suggesting this as a possible improvement over your current workflow. If it works, and you don't really want to change it 👍 that's great! This is just an idea.
The text was updated successfully, but these errors were encountered: