Fixing rewriterule with register link in prod
This commit is contained in:
parent
b7340022de
commit
807ccc49d4
1
front/dist/.htaccess
vendored
1
front/dist/.htaccess
vendored
@ -21,3 +21,4 @@ RewriteBase /
|
||||
# Rewrite all other queries starting with _ to index.ts.
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule "^[_@]/" "/index.html" [L]
|
||||
RewriteRule "^register/" "/index.html" [L]
|
||||
|
Loading…
Reference in New Issue
Block a user