https://github.com/teplostanski/teplostanski.dev-nextjs14
https://github.com/teplostanski/teplostanski.dev-nextjs14
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teplostanski/teplostanski.dev-nextjs14
- Owner: teplostanski
- Created: 2024-05-19T15:02:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T00:21:56.000Z (over 1 year ago)
- Last Synced: 2025-04-02T10:51:21.179Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://v4.teplostanski.dev/
- Size: 3.89 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.