chore(manifest): Set a generic description
This commit is contained in:
parent
29bc005a51
commit
4216968c10
|
@ -7,7 +7,7 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<meta name="generator" content="Funkwhale">
|
||||
<title>Funkwhale</title>
|
||||
<meta name="description" content="TODO">
|
||||
<meta name="description" content="Your free and federated audio platform">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=1">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=1">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=1">
|
||||
|
|
|
@ -34,7 +34,7 @@ export default defineConfig(({ mode }) => ({
|
|||
start_url: undefined,
|
||||
scope: undefined,
|
||||
short_name: 'Funkwhale',
|
||||
description: 'TODO',
|
||||
description: 'Your free and federated audio platform',
|
||||
icons: [
|
||||
{
|
||||
src: 'android-chrome-192x192.png',
|
||||
|
|
Loading…
Reference in New Issue