Export & Ressources #23
-
Hello, I have a problem when I export. I have a wrong path for resssources. Example : https://slimooo.github.io/dpo/ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @slimooo, You likely need to set Here's some relevant docs: https://retype.com/guides/github_actions/#add-base-if-github-io https://retype.com/configuration/project/#base Unfortunately, we cannot figure out a way to automate setting that value. |
Beta Was this translation helpful? Give feedback.
-
If you're hosting with GitHub Pages, I'd recommend using the Retype GitHub Action to automate the building of the website. https://retype.com/guides/github_actions/ Then you just need to edit your Let me know if you need any assistance setting up the Retype GitHub Action or configuring GitHub Pages and I'll be happy to help. Feel free to use the online chat on the https://retype.com website too. |
Beta Was this translation helpful? Give feedback.
Hi @slimooo,
You likely need to set
"base": "dpo"
in yourretype.json
. It's a requirement to support GitHub Pages if you're using the defaultgithub.io
domain. If you configure aCustom domain
in GitHub Pages, then thebase
config is not required.Here's some relevant docs:
https://retype.com/guides/github_actions/#add-base-if-github-io
https://retype.com/configuration/project/#base
Unfortunately, we cannot figure out a way to automate setting that value.