mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
feat: pwa support
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user