feat: pwa support

This commit is contained in:
Sonny
2023-11-30 14:02:59 +01:00
parent db5fef08fc
commit d7fe801aa2
9 changed files with 1624 additions and 111 deletions

View File

@@ -1,7 +1,8 @@
const config = {
url: process.env.NEXT_PUBLIC_SITE_URL,
name: 'MyLinks',
description: 'MyLinks is a free and open source software, that lets you manage your bookmarks in an intuitive interface'
}
description:
'MyLinks is a free and open source software, that lets you manage your bookmarks in an intuitive interface',
};
export default config
export default config;