python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to keep nextjs index files inside their respective folders with next export
I have a folder structure for NextJs
pages
├── blog
│ ├── index.jsx
│ ├── other.jsx
│ └── [slug].jsx
└── index.js
On npx next build && npx next export I get
├── 404.html
├── blog
│ ├─...

sampath.xyz
Votes: 0
Answers: 2
Security information github on a project via github API
How do I get all Security Advisories using github api?
github -> Project -> Security Advisories - View information about security vulnerabilities from this repository's maintainers.
Example Pr...

Roland
Votes: 0
Answers: 0
Jekyll blog posts not showing up on github pages
I've used Jekyll to build my website and it works as intended locally. However, when I deploy my website to github pages, the blog posts no longer show up.
I have consulted a previous question: Jekyl...

Magi
Votes: 0
Answers: 1
My github webpage gives a 404 while I reload it
I have made a webpage with react router v6, apparently the routes are ok, but when I render my page in github for a second time , it gives a 404. That doesn't happen when I use my localhost. I was tol...
Andrea Lopez Bravo
Votes: 0
Answers: 0