Browse Source

fix favicon

Pi 6 months ago
parent
commit
1524ed8988
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sqlpage/sqlpage/internal/theme.sql

+ 1 - 1
sqlpage/sqlpage/internal/theme.sql

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