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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,9 +285,10 @@ The `exclude_assets` option supports glob patterns.
285
285
286
286
### ⭐️ Add CNAME file `cname`
287
287
288
-
To add `CNAME` file, we can set the `cname` option.
288
+
To add the `CNAME` file, we can set the `cname` option.
289
+
Alternatively, put your `CNAME` file into your `publish_dir`. (e.g. `public/CNAME`)
289
290
290
-
For more details about `CNAME`, read the official documentation: [Managing a custom domain for your GitHub Pages site - GitHub Help](https://help.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site)
291
+
For more details about the `CNAME` file, read the official documentation: [Managing a custom domain for your GitHub Pages site - GitHub Help](https://help.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site)
0 commit comments