Skip to content

Commit

Permalink
Updated site.ts config with sample deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvn committed May 4, 2024
1 parent da96b2a commit 9505820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export type SiteConfig = typeof siteConfig
export const siteConfig = {
title: 'My MDX Blog',
description: 'Next.js and MDX content',
baseUrl: (process.env.BASE_URL != null && process.env.BASE_URL != '') ? process.env.BASE_URL : `http://localhost:3000`,
baseUrl: (process.env.BASE_URL != null && process.env.BASE_URL != '') ? process.env.BASE_URL : `https://next-mdx-template.vercel.app`,
}

export const markdownDirectory = 'content'
Expand Down

0 comments on commit 9505820

Please sign in to comment.