forked from Sigmmma/c20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-config.json
27 lines (27 loc) · 891 Bytes
/
build-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"paths": {
"dist": "./dist",
"distAssets": "./dist/assets/",
"srcPages": [
"./src/content/**/readme.md",
"./src/content/**/readme_*.md",
"./src/content/**/*.yml",
"./src/content/**/*.(mp4|jpg|jpeg|png|gif|ms|dot|neato|fdp|sfdp|twopi|circo)"
],
"srcData": [
"./src/data/**/*.yml"
],
"srcContentBase": "./src/content",
"srcStaticAssets": "./src/@(assets)/**/*.@(jpg|jpeg|png|gif|ttf)",
"srcScriptEntry": "./src/assets/main.tsx",
"srcStyleEntry": "./src/assets/style.scss",
"srcStylesAny": "./src/**/*.scss",
"vendorAssets": [
"./node_modules/feather-icons/dist/feather-sprite.svg",
"./node_modules/highlight.js/styles/night-owl.css",
"./node_modules/highlight.js/styles/github.css",
"./node_modules/@(minisearch)/dist/umd/index.js"
]
},
"baseUrl": "https://c20.reclaimers.net"
}