Estou com o seguinte problema, estou com um certo erro no console que e o seguinte:
sourceId=null[severity=(ERROR 2), summary=(Um ou mais recursos possuem o destino de 'head', mas nenhum componente de 'head' foi definido na exibição.), detail=(Um ou mais recursos possuem o destino de 'head', mas nenhum componente de 'head' foi definido na exibição.)]
Percebi que isso acontece pelo seguinte fato, no template e carregado as seguintes links
<head>
<!-- META -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="theme-color" content="#141619" />
<!-- FAVICON -->
<link rel="shortcut icon" href="prototipo/img/favicon.ico" />
<!-- CORE CSS -->
<link href="prototipo/plugins/bootstrap/css/bootstrap.min.css"
rel="stylesheet" />
<link href="prototipo/css/theme.min.css" rel="stylesheet" />
<link href="prototipo/css/custom.css" rel="stylesheet" />
<link href="prototipo/css/helpers.min.css" rel="stylesheet" />
<link
href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700'
rel='stylesheet' type='text/css' />
<!-- PLUGINS -->
<link href="prototipo/plugins/font-awesome/css/font-awesome.min.css"
rel="stylesheet" />
<link href="prototipo/plugins/ionicons/css/ionicons.min.css"
rel="stylesheet" />
<link href="prototipo/plugins/animate/animate.min.css" rel="stylesheet" />
<link href="prototipo/plugins/animate/animate.delay.css"
rel="stylesheet" />
</head>
se eu trocar o
e para e h:/head o erro some do console porem os arquivos .css não são carregadors. Acredito que o problema esteja na tag como elas ficariam no primefaces ?