UNPKG
dynamic-github-pages
Version:
latest (1.0.0)
1.0.0
A React utility to generate dynamic pages from JSON files in a GitHub repo.
dynamic-github-pages
/
src
/
config.default.js
7 lines
(5 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
config = { repoUrl:
"https://api.github.com/repos/Dark-ue/placeholder/contents/"
, defaultRoute:
"/home"
, };
export
default
config;