|
68 | 68 | }] |
69 | 69 | }, |
70 | 70 | { |
71 | | - "comment": "Serve Mashlib static files.", |
| 71 | + "comment": "Serve Mashlib static files from /dist/ folder.", |
72 | 72 | "@id": "urn:solid-server:default:StaticAssetHandler", |
73 | 73 | "@type": "StaticAssetHandler", |
74 | 74 | "assets": [ |
75 | 75 | { |
76 | 76 | "@type": "StaticAssetEntry", |
77 | | - "relativeUrl": "/browse.html", |
78 | | - "filePath": "./node_modules/mashlib/dist/browse.html" |
79 | | - }, |
80 | | - { |
81 | | - "@type": "StaticAssetEntry", |
82 | | - "relativeUrl": "/mash.css", |
83 | | - "filePath": "./node_modules/mashlib/dist/mash.css" |
84 | | - }, |
85 | | - { |
86 | | - "@type": "StaticAssetEntry", |
87 | | - "relativeUrl": "/mashlib.js", |
88 | | - "filePath": "./node_modules/mashlib/dist/mashlib.js" |
89 | | - }, |
90 | | - { |
91 | | - "@type": "StaticAssetEntry", |
92 | | - "relativeUrl": "/mashlib.js.map", |
93 | | - "filePath": "./node_modules/mashlib/dist/mashlib.js.map" |
94 | | - }, |
95 | | - { |
96 | | - "@type": "StaticAssetEntry", |
97 | | - "relativeUrl": "/mashlib.min.js", |
98 | | - "filePath": "./node_modules/mashlib/dist/mashlib.min.js" |
99 | | - }, |
100 | | - { |
101 | | - "@type": "StaticAssetEntry", |
102 | | - "relativeUrl": "/mashlib.min.js.map", |
103 | | - "filePath": "./node_modules/mashlib/dist/mashlib.min.js.map" |
104 | | - }, |
105 | | - { |
106 | | - "@type": "StaticAssetEntry", |
107 | | - "relativeUrl": "/841.mashlib.js", |
108 | | - "filePath": "./node_modules/mashlib/dist/841.mashlib.js" |
109 | | - }, |
110 | | - { |
111 | | - "@type": "StaticAssetEntry", |
112 | | - "relativeUrl": "/841.mashlib.map", |
113 | | - "filePath": "./node_modules/mashlib/dist/841.mashlib.map" |
114 | | - }, |
115 | | - { |
116 | | - "@type": "StaticAssetEntry", |
117 | | - "relativeUrl": "/841.mashlib.min.js", |
118 | | - "filePath": "./node_modules/mashlib/dist/841.mashlib.min.js" |
119 | | - }, |
120 | | - { |
121 | | - "@type": "StaticAssetEntry", |
122 | | - "relativeUrl": "/841.mashlib.min.js.map", |
123 | | - "filePath": "./node_modules/mashlib/dist/841.mashlib.min.js.map" |
| 77 | + "relativeUrl": "/", |
| 78 | + "filePath": "./node_modules/mashlib/dist/" |
124 | 79 | } |
125 | 80 | ] |
126 | 81 | } |
|
0 commit comments