mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 16:19:02 +02:00
Enable HTML5 mode in Angular, to allow disabling link rewriting.
This commit is contained in:
@@ -37,7 +37,7 @@ define [
|
||||
($locationProvider) ->
|
||||
try
|
||||
$locationProvider.html5Mode({
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
requireBase: false,
|
||||
rewriteLinks: false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user