Skip to content

Commit

Permalink
Merge pull request #67 from codex-team/master
Browse files Browse the repository at this point in the history
Update prod
  • Loading branch information
e11sy authored Jul 15, 2024
2 parents 22dba44 + 0ca8f70 commit 49eaa96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ server {
location = /50x.html {
root /usr/share/nginx/html;
}

location ~ (?<no_slash>.*)/$ {
return 301 $scheme://$host$no_slash;
}
}
5 changes: 3 additions & 2 deletions pages/ru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export default Vue.extend({
"http://twitter.com/codex_team"
]
}
},
}
},
{
// JSON-LD schema.org markup for Product
Expand Down Expand Up @@ -445,7 +445,8 @@ export default Vue.extend({
}
}
}
]
],
__dangerouslyDisableSanitizers: ['script'],
}
}
});
Expand Down

0 comments on commit 49eaa96

Please sign in to comment.