From fc15dd6cc8156f3cff35148c2db81f771e11206a Mon Sep 17 00:00:00 2001
From: George <31376482+george-gca@users.noreply.github.com>
Date: Sun, 21 Jul 2024 20:48:32 -0300
Subject: [PATCH] Fixed prettier complaints on FAQ
---
FAQ.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/FAQ.md b/FAQ.md
index 0d9ef4e..4b99439 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -43,6 +43,7 @@ If the website does not load the theme, the layout looks weird, and all links ar
make sure to correctly specify the `url` and `baseurl` paths in `_config.yml`. Set `url` to `https://.github.io` or to `https://` if you are using a custom domain. If you are deploying a personal or organization website, leave `baseurl` **empty** (do **NOT** delete it). If you are deploying a project page, set `baseurl: //`. If all previous steps were done correctly, all is missing is for your browser to fetch again the site stylesheet. For this, you can:
+
- press [Shift + F5 on Chromium-based](https://support.google.com/chrome/answer/157179#zippy=%2Cwebpage-shortcuts) or [Ctrl + F5 on Firefox-based](https://support.mozilla.org/en-US/kb/keyboard-shortcuts-perform-firefox-tasks-quickly) browsers to reload the page ignoring cached content
- clean your browser history
- simply try it in a private session, here's how to do it in [Chrome](https://support.google.com/chrome/answer/95464) and [Firefox](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history)