Skip to content

Commit

Permalink
chore: adjust manifest & favicon file
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinusnathaniel committed Dec 9, 2023
1 parent e8071f5 commit 7758897
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 33 deletions.
12 changes: 0 additions & 12 deletions public/manifest.json

This file was deleted.

File renamed without changes.
16 changes: 16 additions & 0 deletions src/app/manifest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import type { MetadataRoute } from 'next';

const manifest: MetadataRoute.Manifest = {
short_name: 'nextarter-chakra',
name: 'Next.js App Template',
lang: 'en',
start_url: '/',
background_color: '#FFFFFF',
theme_color: '#FFFFFF',
dir: 'ltr',
display: 'standalone',
orientation: 'natural',
prefer_related_applications: false,
};

export default manifest;
21 changes: 0 additions & 21 deletions src/lib/components/Meta.tsx

This file was deleted.

0 comments on commit 7758897

Please sign in to comment.