Skip to content

Commit

Permalink
update npm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Dec 9, 2023
1 parent 35b0c7c commit 8c91d68
Show file tree
Hide file tree
Showing 7 changed files with 1,921 additions and 933 deletions.
20 changes: 20 additions & 0 deletions app/manifest.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import { MetadataRoute } from 'next'

export default function manifest(): MetadataRoute.Manifest {
return {
name: 'WeihnachtsmarktFinder',
short_name: 'WeihnachtsmarktFinder',
description: 'Informationen zu Weihnachtsmärkten in Leipzig auf einer Karte',
start_url: '/',
display: 'standalone',
background_color: '#091725',
theme_color: '#BDA33B',
icons: [
{
src: '/favicons/start.png',
sizes: 'any',
type: 'image/png',
},
],
}
}
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
Loading

0 comments on commit 8c91d68

Please sign in to comment.