Skip to content

Commit

Permalink
Fix assetlinks typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Dec 11, 2023
1 parent e4dd0d2 commit 30fab6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/nginx/concrexit.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ server {
default_type application/json;
}

location = /.well-known/assetslinks.json {
alias /resources/assetslinks.json;
location = /.well-known/assetlinks.json {
alias /resources/assetlinks.json;
default_type application/json;
}

Expand Down

0 comments on commit 30fab6a

Please sign in to comment.