Skip to content

Commit a9025e5

Browse files
committed
[site]:seo - update title, canonical
1 parent ad5a176 commit a9025e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/content/config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const config = {
2-
title: 'DataHub PortalJS - The JavaScript framework for data portals.',
2+
title: 'PortalJS - The JavaScript framework for data portals.',
33
description:
4-
'DataHub PortalJS is a JavaScript framework for rapidly building rich data portal frontends using a modern frontend approach.',
4+
'PortalJS is a JavaScript framework for rapidly building rich data portal frontends using a modern frontend approach.',
55
theme: {
66
default: 'dark',
77
toggleIcon: '/images/theme-button.svg',
@@ -44,6 +44,7 @@ const config = {
4444
{ rel: 'icon', href: '/favicon.ico' },
4545
{ rel: 'apple-touch-icon', href: '/icon.png', sizes: '120x120' },
4646
],
47+
canonical: 'https://portaljs.com/',
4748
openGraph: {
4849
type: 'website',
4950
title:

0 commit comments

Comments
 (0)