disabled html5 mode, removed <base> tag
This commit is contained in:
parent
5e1e7bd279
commit
9c0ad74645
|
@ -1,7 +1,6 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<base href="/">
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<link rel="stylesheet" href="assets/css/app.min.css?v=COMMIT_HASH">
|
<link rel="stylesheet" href="assets/css/app.min.css?v=COMMIT_HASH">
|
||||||
|
|
|
@ -134,8 +134,7 @@
|
||||||
|
|
||||||
function appConfig($locationProvider) {
|
function appConfig($locationProvider) {
|
||||||
$locationProvider
|
$locationProvider
|
||||||
.html5Mode(true)
|
.hashPrefix('');
|
||||||
.hashPrefix('!');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue