Skip to content

Commit

Permalink
[site]:seo - update title, canonical
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmbispo committed Dec 5, 2024
1 parent ad5a176 commit a9025e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const config = {
title: 'DataHub PortalJS - The JavaScript framework for data portals.',
title: 'PortalJS - The JavaScript framework for data portals.',
description:
'DataHub PortalJS is a JavaScript framework for rapidly building rich data portal frontends using a modern frontend approach.',
'PortalJS is a JavaScript framework for rapidly building rich data portal frontends using a modern frontend approach.',
theme: {
default: 'dark',
toggleIcon: '/images/theme-button.svg',
Expand Down Expand Up @@ -44,6 +44,7 @@ const config = {
{ rel: 'icon', href: '/favicon.ico' },
{ rel: 'apple-touch-icon', href: '/icon.png', sizes: '120x120' },
],
canonical: 'https://portaljs.com/',
openGraph: {
type: 'website',
title:
Expand Down

0 comments on commit a9025e5

Please sign in to comment.