Kaynağa Gözat

add the favicon and the manifest to the theme

Daniel Sheffield 7 ay önce
ebeveyn
işleme
38c27f9ff9
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. BIN
      sqlpage/favicon.ico
  2. 2 0
      sqlpage/sqlpage/internal/theme.sql

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
 ;