#Need help changing deploy url on github page
12 messages · Page 1 of 1 (latest)
It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.
You can set the ‘base’ option in your Astro config https://docs.astro.build/en/reference/configuration-reference/#base
Deploy guide: https://docs.astro.build/en/guides/deploy/github/#how-to-deploy
Yes but it will not work
For that it would requiere my website to be located in repo-root/parabellum which is not ideal
Your website can still live at the root of the repo you don't have to nest it in a sub folder
If I simply add base: 'parabellum' in config I simply get error
Ahh, the deploy guide in the docs mentions that you can't set a base option when using a custom domain
I think you would run into the same problem of not being able to use a base option. AFAIK the only alternative is to nest the website in a subfolder
Yeah I guess so