We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d26e2 commit 2c54f99Copy full SHA for 2c54f99
1 file changed
apps/showcase/app.config.ts
@@ -1,5 +1,5 @@
1
-import Noir from '@/themes/noir';
2
import type { AppConfig } from '@/shared/types/App.types';
+import Noir from '@/themes/noir';
3
4
const appConfig: AppConfig = {
5
preset: 'Aura',
@@ -69,7 +69,7 @@ const appConfig: AppConfig = {
69
openGraph: {
70
title: 'PrimeReact | React UI Component Library',
71
description: 'The ultimate collection of design-agnostic, flexible and accessible React UI Components.',
72
- url: 'https://primereact.org',
+ url: 'https://v11.primereact.org',
73
siteName: 'PrimeReact',
74
images: [
75
{
0 commit comments