fix: moved manifest and favicon

This commit is contained in:
2024-11-23 14:21:40 +01:00
parent 732ff2b83b
commit cef5487510
3 changed files with 16 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,20 +0,0 @@
import { MetadataRoute } from 'next';
export default function manifest(): MetadataRoute.Manifest {
return {
name: 'Newsletter',
short_name: 'Newsletter',
description: 'Newsletter with top stories from the Hacker News forum',
start_url: '/',
display: 'standalone',
background_color: '#fff',
theme_color: '#fff',
icons: [
{
src: '/favicon.ico',
sizes: 'any',
type: 'image/x-icon'
}
]
};
}