We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4b8bf commit e585dc9Copy full SHA for e585dc9
nginx.conf
@@ -20,7 +20,7 @@ http {
20
#include /etc/nginx/conf.d/*.conf;
21
server {
22
listen 8000;
23
- location /ui-components/ {
+ location / {
24
root /usr/share/nginx/html;
25
index index.html index.htm;
26
try_files $uri $uri/ /index.html;
package.json
@@ -58,5 +58,6 @@
58
"tailwindcss": "^3.4.14",
59
"tw-colors": "^3.3.2",
60
"webpack": "^5.95.0"
61
- }
+ },
62
+ "homepage": "/ui-components/"
63
}
0 commit comments