Add Wordcloud Component #26

Closed
snedadah wants to merge 17 commits from shahanneda/add-wordcloud into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ae281310f1 - Show all commits

View File

@ -3,7 +3,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
try_files $uri $uri/ $uri.html $uri.html/ /index.html;
}
error_page 404 /index.html;
}