Skip to content

Commit 1b64518

Browse files
authored
Update README.md
1 parent 533bed5 commit 1b64518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,9 @@ If you have a different question, please ask using [Discussions](https://github.
233233
But after deploying, it is not displayed correctly (CSS and JS is not loaded properly).
234234
How do I fix that? <br>
235235
**A:** Make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`.
236-
If you are deploying a personal or organization website to GitHub Pages, leave both fields blank.
237-
If you are deploying a project page to GitHub Pages, leave `url` blank and set `baseurl: /<your-project-name>/`.
238-
Generally, if you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`.
236+
Set `url` to `https://<your-github-username>.github.io` or to `https://<your.custom.domain>` if you are using a custom domain.
237+
If you are deploying a personal or organization website, leave `baseurl` blank.
238+
If you are deploying a project page, set `baseurl: /<your-project-name>/`.
239239

240240
4. **Q:** Atom feed doesn't work. Why?
241241
<br>

0 commit comments

Comments
 (0)