mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 05:52:57 +00:00
Disable angular html5Mode.
This commit is contained in:
parent
faf740d224
commit
fdcf97f877
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ define [
|
|||
($locationProvider) ->
|
||||
try
|
||||
$locationProvider.html5Mode({
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
requireBase: false,
|
||||
rewriteLinks: false
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue