Skip to content

Commit

Permalink
change website url
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 committed May 28, 2024
1 parent 60dc674 commit 381d356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/studio-next/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import { Metadata } from 'next';
import ogImage from '@/img/meta-studio-og-image.jpeg';

export const metadata: Metadata = {
metadataBase: new URL('https://studio-helios2003.netlify.app/'),
metadataBase: new URL('https://studio-next.netlify.app'),
openGraph: {
type: 'website',
title: 'AsyncAPI Studio',
description: 'Studio for AsyncAPI specification, where you can validate, view preview documentation, and generate templates from AsyncAPI document.',
url: 'https://studio-helios2003.netlify.app/',
url: 'https://studio-next.netlify.app',
images: [
{
url: ogImage.src,
Expand Down

0 comments on commit 381d356

Please sign in to comment.