forked from A-l-y-l-e/Alyle-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prerender.conf.json
40 lines (40 loc) · 1007 Bytes
/
.prerender.conf.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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"serverPath": "dist/alyle-ui-server/main.js",
"browserPath": "dist/alyle-ui",
"paths": [
"/",
"getting-started/installation",
"customization/theming",
"customization/theming-components",
"customization/multiple-themes",
"customization/dynamic-styles",
"customization/paper",
"components/grid",
"components/responsive",
"components/tabs",
"guides/lazy-loading",
"components/button",
"components/drawer",
"components/radio",
"components/menu",
"components/image-cropper",
"components/carousel",
"components/card",
"components/typography",
"components/badge",
"components/field",
"components/snack-bar",
"components/checkbox",
"components/icon",
"components/toolbar",
"components/tooltip",
"components/avatar",
"components/list",
"components/divider",
"components/select",
"components/dialog",
"components/expansion",
"components/slider",
"components/skeleton"
]
}