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
/
dist
/
config.default.js
11 lines
(10 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
[
"default"
] =
void
0
;
var
config = {
repoUrl
:
"https://api.github.com/repos/Dark-ue/placeholder/contents/"
,
defaultRoute
:
"/home"
};
var
_default =
exports
[
"default"
] = config;