I have my website deployed on GitHub pages using nodejs, I want to use the prefix URL of my website and then a keyword behind it as a link that I can share with other people. that link will basically redirect users to a google doc which is publically available.This is for beautification as sharinf cutom URL for a google doc with website name is way better then a link with random letters.
For example:
If my github pages website is https://customurl.org
and I want https://customurl.org/myworld
to get redirected on docs.google.com/myworld
I asked ChatGPT and it is asking me to make a redirector file on HTML, with that I can acheive docs.google.com/myworld.html
URL to redirect not the one without .html, also it said it will work, not sure as I haven’t tried it.
Ridham Dholaria is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.