mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
8 lines
224 B
TypeScript
8 lines
224 B
TypeScript
export const siteMetadata = {
|
|
title: 'siteTitle',
|
|
siteUrl: "https://example.com/siteUrl/",
|
|
disqusShortname: "disqus-example-shorthand",
|
|
repoPath: 'unicorn-example-repo-path',
|
|
relativeToPosts: 'relative/to/posts'
|
|
}
|