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
The publication of the first blog post forced us to make some quick changes to the configuration (see #6 and #7). But this configuration is not the right one, since links to other posts and images still need to be pasted "as is" (when we could be using the more elegant syntax to include references). This also means that testing is not 100% reliable, and deployments can fail when the tested version was working.
The text was updated successfully, but these errors were encountered:
From the little research I've done, this is a github pages issue. Links generated using absolute syntax do not include the name of the repository, so it's incorrectly generated.
Let's say we have:
![My image](/assets/my_image.png)
When we build the page, the link will actually map to:
The publication of the first blog post forced us to make some quick changes to the configuration (see #6 and #7). But this configuration is not the right one, since links to other posts and images still need to be pasted "as is" (when we could be using the more elegant syntax to include references). This also means that testing is not 100% reliable, and deployments can fail when the tested version was working.
The text was updated successfully, but these errors were encountered: