diff --git a/client.config.ts b/client.config.ts index 5b0cf864..358d688c 100644 --- a/client.config.ts +++ b/client.config.ts @@ -4,7 +4,7 @@ export default { tag: 'meta', attrs: { property: 'og:title', - content: 'Connect', + content: 'Sky Connect', }, }, { @@ -18,7 +18,7 @@ export default { tag: 'meta', attrs: { property: 'og:url', - content: 'https://apps.powerhouse.io/powerhouse/connect/', + content: 'https://connect.sky.money/', }, }, { @@ -26,7 +26,7 @@ export default { attrs: { property: 'og:description', content: - 'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.', + 'A navigation, collaboration and reporting tool for decentralised and open organisations.', }, }, { @@ -34,7 +34,7 @@ export default { attrs: { property: 'og:image', content: - 'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e', + 'https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/', }, }, { @@ -49,14 +49,14 @@ export default { attrs: { name: 'twitter:image', content: - 'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e', + 'https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/', }, }, { tag: 'meta', attrs: { name: 'twitter:title', - content: 'Connect', + content: 'Sky Connect', }, }, { @@ -64,7 +64,7 @@ export default { attrs: { name: 'twitter:description', content: - 'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.', + 'A navigation, collaboration and reporting tool for decentralised and open organisations.', }, }, ], diff --git a/index.html b/index.html index f581d991..f773809a 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,21 @@ - Powerhouse Connect + Sky Connect + + + + + + + + + + + + +
diff --git a/nginx.conf b/nginx.conf index 324d997c..fa55b6ca 100644 --- a/nginx.conf +++ b/nginx.conf @@ -42,6 +42,13 @@ server { add_header Cache-Control "public"; } + location ${BASE_PATH}/manifest { + alias /usr/share/nginx/html/manifest; + expires 1y; + access_log off; + add_header Cache-Control "public"; + } + location ${BASE_PATH}/service-worker.js { alias /usr/share/nginx/html/service-worker.js; expires -1; diff --git a/public/manifest/android-chrome-192x192.png b/public/manifest/android-chrome-192x192.png new file mode 100644 index 00000000..5300adfe Binary files /dev/null and b/public/manifest/android-chrome-192x192.png differ diff --git a/public/manifest/android-chrome-512x512.png b/public/manifest/android-chrome-512x512.png new file mode 100644 index 00000000..c8bf92cb Binary files /dev/null and b/public/manifest/android-chrome-512x512.png differ diff --git a/public/manifest/apple-touch-icon.png b/public/manifest/apple-touch-icon.png new file mode 100644 index 00000000..c7e68840 Binary files /dev/null and b/public/manifest/apple-touch-icon.png differ diff --git a/public/manifest/favicon-16x16.png b/public/manifest/favicon-16x16.png new file mode 100644 index 00000000..9c9d1570 Binary files /dev/null and b/public/manifest/favicon-16x16.png differ diff --git a/public/manifest/favicon-32x32.png b/public/manifest/favicon-32x32.png new file mode 100644 index 00000000..e23eac55 Binary files /dev/null and b/public/manifest/favicon-32x32.png differ diff --git a/public/manifest/favicon.ico b/public/manifest/favicon.ico new file mode 100644 index 00000000..12967ad5 Binary files /dev/null and b/public/manifest/favicon.ico differ diff --git a/public/manifest/site.webmanifest b/public/manifest/site.webmanifest new file mode 100644 index 00000000..f7a16488 --- /dev/null +++ b/public/manifest/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/manifest/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/manifest/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file diff --git a/sky.client.config.ts b/sky.client.config.ts new file mode 100644 index 00000000..358d688c --- /dev/null +++ b/sky.client.config.ts @@ -0,0 +1,71 @@ +export default { + meta: [ + { + tag: 'meta', + attrs: { + property: 'og:title', + content: 'Sky Connect', + }, + }, + { + tag: 'meta', + attrs: { + property: 'og:type', + content: 'website', + }, + }, + { + tag: 'meta', + attrs: { + property: 'og:url', + content: 'https://connect.sky.money/', + }, + }, + { + tag: 'meta', + attrs: { + property: 'og:description', + content: + 'A navigation, collaboration and reporting tool for decentralised and open organisations.', + }, + }, + { + tag: 'meta', + attrs: { + property: 'og:image', + content: + 'https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/', + }, + }, + { + tag: 'meta', + attrs: { + name: 'twitter:card', + content: 'summary_large_image', + }, + }, + { + tag: 'meta', + attrs: { + name: 'twitter:image', + content: + 'https://bafkreib6cocweu5crtdtcxeoed4n24nvs5qmct6ksm326zm2r7ndcwchim.ipfs.flk-ipfs.xyz/', + }, + }, + { + tag: 'meta', + attrs: { + name: 'twitter:title', + content: 'Sky Connect', + }, + }, + { + tag: 'meta', + attrs: { + name: 'twitter:description', + content: + 'A navigation, collaboration and reporting tool for decentralised and open organisations.', + }, + }, + ], +};