Skip to content

Commit e585dc9

Browse files
add the homepage base url
1 parent 4d4b8bf commit e585dc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ http {
2020
#include /etc/nginx/conf.d/*.conf;
2121
server {
2222
listen 8000;
23-
location /ui-components/ {
23+
location / {
2424
root /usr/share/nginx/html;
2525
index index.html index.htm;
2626
try_files $uri $uri/ /index.html;

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
"tailwindcss": "^3.4.14",
5959
"tw-colors": "^3.3.2",
6060
"webpack": "^5.95.0"
61-
}
61+
},
62+
"homepage": "/ui-components/"
6263
}

0 commit comments

Comments
 (0)