Change base url

This commit is contained in:
Pierre Burgy 2016-11-22 11:34:14 +01:00
parent 26364df8b7
commit 6826e63c86

View File

@ -9,7 +9,7 @@
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<title>Strapi Admin</title> <title>Strapi Admin</title>
<base href="/admin/"> <base href="/admin">
</head> </head>
<body> <body>
<!-- The app hooks into this div --> <!-- The app hooks into this div -->