Skip to content

Commit

Permalink
Merge pull request #3 from TrustlessComputer/develop
Browse files Browse the repository at this point in the history
Update metadata
  • Loading branch information
tonytc13579 authored Jan 2, 2024
2 parents b4a99f7 + f955a87 commit 3d0468c
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 3d0468c

Please sign in to comment.