mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-04 00:18:40 +01:00
fix: add support for CDN prefix in index.html
This commit is contained in:
parent
6657de01cd
commit
facc55de21
@ -2,9 +2,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="/static/favicon.ico" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="baseUriPath" content="::baseUriPath::" />
|
<meta name="baseUriPath" content="::baseUriPath::" />
|
||||||
|
<meta name="cdnPrefix" content="::cdnPrefix::" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="description" content="unleash" />
|
<meta name="description" content="unleash" />
|
||||||
<title>Unleash - Enterprise ready feature toggles</title>
|
<title>Unleash - Enterprise ready feature toggles</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user