-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Description
Having had this issue #1610 I followed the newly updated instructions in the devdocs which states to use the master branch not the develop branch
So I installed the master branch and all went well except for one thing - the head section of the generated html contains this which causes the body of the home page not to display properly
All other references to stylesheets work as you can see here
<title>Home Page</title>
<link rel="stylesheet" type="text/css" media="all" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/mage/calendar.css" />
<link rel="stylesheet" type="text/css" media="all" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/styles-m.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-width: 768px)" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/styles-l.css" />
<link rel="stylesheet" type="text/css" media="print" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/print.css" />
<link rel="icon" type="image/x-icon" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/Magento_Theme/favicon.ico" />
<link rel="shortcut icon" type="image/x-icon" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/Magento_Theme/favicon.ico" />
<script type="text/javascript" src="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/requirejs/require.js"></script>
<script type="text/javascript" src="http://178.62.22.124/pub/static/_requirejs/frontend/Magento/luma/en_GB/requirejs-config.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/pub/media/styles.css" /> </head>
I tried altering the base url of the site in the admin but this has no effect.