mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Enable HTML5 mode in Angular, to allow disabling link rewriting.
This commit is contained in:
parent
d082e8eab2
commit
448d03a28a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ define [
|
|||
($locationProvider) ->
|
||||
try
|
||||
$locationProvider.html5Mode({
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
requireBase: false,
|
||||
rewriteLinks: false
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue