Rejig asset compilation destination

Avoid using "public" because it's a reserved word by the asset helper
This commit is contained in:
John O'Nolan
2017-06-16 13:23:03 +01:00
parent 4b6905f175
commit 397a096949
9 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{!-- Styles'n'Scripts --}}
<link rel="stylesheet" type="text/css" href="{{asset "assets/public/screen.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}" />
{{!-- This tag outputes SEO meta+structured data and other important settings --}}
{{ghost_head}}