create symlink for node_modules in generateJson and buildRadar scripts
This commit is contained in:
@@ -10,13 +10,18 @@
|
||||
<meta property="og:image" content="%PUBLIC_URL%/logo.svg" />
|
||||
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0"
|
||||
/>
|
||||
|
||||
<title>%REACT_APP_RADAR_NAME%</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to view the AOE Technology Radar.</noscript>
|
||||
<noscript
|
||||
>You need to enable JavaScript to view the AOE Technology Radar.</noscript
|
||||
>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user