@@ -3,5 +3,5 @@ SELECT 'shell' AS component
, 'fluid' AS layout
, $title AS title
, lower($title)||'.sql' AS link
-, '../favicon.svg' AS image
+, 'favicon.svg' AS image
;