Эх сурвалжийг харах

add the favicon and the manifest to the theme

Daniel Sheffield 7 сар өмнө
parent
commit
38c27f9ff9

BIN
sqlpage/favicon.ico


+ 2 - 0
sqlpage/sqlpage/internal/theme.sql

@@ -4,4 +4,6 @@ SELECT 'shell' AS component
 , $title AS title
 , lower($title)||'.sql' AS link
 , 'favicon.svg' AS image
+, 'favicon.ico' AS favicon
+, 'manifest.json' AS manifest
 ;