Skip to content

Commit 2c54f99

Browse files
committed
chore: fix URL for OG image
1 parent f2d26e2 commit 2c54f99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/showcase/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import Noir from '@/themes/noir';
21
import type { AppConfig } from '@/shared/types/App.types';
2+
import Noir from '@/themes/noir';
33

44
const appConfig: AppConfig = {
55
preset: 'Aura',
@@ -69,7 +69,7 @@ const appConfig: AppConfig = {
6969
openGraph: {
7070
title: 'PrimeReact | React UI Component Library',
7171
description: 'The ultimate collection of design-agnostic, flexible and accessible React UI Components.',
72-
url: 'https://primereact.org',
72+
url: 'https://v11.primereact.org',
7373
siteName: 'PrimeReact',
7474
images: [
7575
{

0 commit comments

Comments
 (0)