Skip to content

Instantly share code, notes, and snippets.

@kjmczk
Created April 30, 2021 08:16
Show Gist options
  • Save kjmczk/91bd9e8a1b9740259a7c3dc6118bf2eb to your computer and use it in GitHub Desktop.
Save kjmczk/91bd9e8a1b9740259a7c3dc6118bf2eb to your computer and use it in GitHub Desktop.
utils/constants.ts - MDX Blog Simple - Medium
// utils/constants.ts
export const SITE_URL = 'http://localhost:3000';
export const SITE_NAME = 'My Food Blog';
export const TWITTER_USERNAME = '@MyAwesomeFoodBlog';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment