Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cdedreuille committed Jun 5, 2024
1 parent 8a18585 commit 47c861b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/frontpage/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ const fontSans = nunitoSans({
});

export const metadata: Metadata = {
metadataBase: new URL(
process.env.VERCEL_ENV === 'preview'
? 'https://storybookjs.vercel.app'
: 'https://storybook.js.org',
),
metadataBase: new URL('https://storybookjs.vercel.app'),
title: 'Storybook: Frontend workshop for UI development',
description:
"Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It's open source and free.",
Expand Down

0 comments on commit 47c861b

Please sign in to comment.