diff --git a/site/components/Features.tsx b/site/components/Features.tsx index 835336e5..19976f1d 100644 --- a/site/components/Features.tsx +++ b/site/components/Features.tsx @@ -58,7 +58,7 @@ export default function Features() { >
- + {feature.title}

{feature.title} diff --git a/site/content/config.js b/site/content/config.js index f4f46890..9ee5327e 100644 --- a/site/content/config.js +++ b/site/content/config.js @@ -1,7 +1,7 @@ const config = { title: 'PortalJS - The JavaScript framework for data portals.', description: - 'PortalJS is a framework for rapidly building rich data portal frontends using a modern frontend approach. PortalJS can be used to present a single dataset or build a full-scale data catalog/portal.', + 'PortalJS is a framework for rapidly building rich data portal frontends using a modern frontend approach.', theme: { default: 'dark', toggleIcon: '/images/theme-button.svg', @@ -36,6 +36,9 @@ const config = { ], footerLinks: [], nextSeo: { + additionalLinkTags: [ + { rel: 'apple-touch-icon', href: '/icon.png', sizes: '120x120' }, + ], openGraph: { type: 'website', title: diff --git a/site/public/icon.png b/site/public/icon.png new file mode 100644 index 00000000..dc790d81 Binary files /dev/null and b/site/public/icon.png differ