[FEATURE] Add Resume, Contact, Routing Fix, and About sections (#9)
Co-authored-by: dunemask <dunemask@gmail.com> Co-authored-by: Dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/9
This commit is contained in:
parent
cc360597f8
commit
7d3c264b30
17 changed files with 500 additions and 64 deletions
|
@ -26,7 +26,7 @@ keepalive_timeout 65;
|
|||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
|
||||
location ~ ^/$ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue