Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 2, 2024
1 parent 5338f98 commit f955a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Metadata } from 'next';

const APP_NAME = 'APP_NAME_TO_DO';
const APP_DEFAULT_TITLE = 'APP_DEFAULT_TITLE_TO_DO';
const APP_TITLE_TEMPLATE = '%s - [App name]';
const APP_DESCRIPTION = 'APP_DESCRIPTION_TO_DO';
const APP_NAME = 'Bitcoin Virtual Machine';
const APP_DEFAULT_TITLE = 'Bitcoin Virtual Machine';
const APP_TITLE_TEMPLATE = '%s - Bitcoin Virtual Machine';
const APP_DESCRIPTION = 'Bitcoin Virtual Machine Description';

const metadataConfig: Metadata = {
metadataBase: new URL(`${process.env.NEXT_PUBLIC_DOMAIN_URL}`),
Expand Down

0 comments on commit f955a87

Please sign in to comment.