Skip to content

Commit

Permalink
chore: add base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Oct 26, 2024
1 parent bfe87d7 commit 40e670a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/studio/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ import { Metadata } from 'next';

const description = 'Studio for AsyncAPI specification, where you can validate, view preview documentation, and generate templates from AsyncAPI document.';
const title = 'AsyncAPI Studio';
const url = 'https://studio.asyncapi.com/';

export const metadata : Metadata = {
title,
description,
metadataBase: new URL(url),
themeColor: '#000000',
openGraph: {
type: 'website',
url: 'https://studio.asyncapi.com/',
url,
title,
description,
images: [
Expand Down

0 comments on commit 40e670a

Please sign in to comment.