Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teplostanski committed May 16, 2024
1 parent fabc0d5 commit 584bb17
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
teplostanski.dev v4
Template web application on `Next.js 14` with Static Site Generation (`SSG`) from `markdown` files configured for deployment on `GitHub Pages`.

A potential error in the browser console is nothing to worry about:

```
XHR GET https://YOUR_USERNAME.github.io/YOUR_REPONAME.txt?_rsc=8lxu9 [HTTP/2 404 247ms]
```

This occurs due to a peculiarity with GitHub Pages (if you are not using a CNAME). The repository configuration is set up in such a way that it accommodates both the specific requirements of GitHub Pages, where after the domain, it must include `/YOUR_REPONAME`, and the use of a custom domain where `/YOUR_REPONAME` is not required.

0 comments on commit 584bb17

Please sign in to comment.