mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
fab507ef11
* fix(seo): og:title parsing & remove synopsis meta since it's dynamic * cleanup(seo): consistent imports & newlines at eof * Removed viewport meta tag from layout since it's duplicate * siteMetadata => useSiteMeta; inline pageTitle; consistent defaultProps
13 lines
374 B
JavaScript
13 lines
374 B
JavaScript
module.exports = {
|
|
// Basic site metadata
|
|
siteName: "AnimeThemes",
|
|
description: "AnimeThemes is a simple and consistent repository of anime opening and ending themes.",
|
|
siteLanguage: "en",
|
|
|
|
// Prefix for all links (for production builds)
|
|
pathPrefix: "/animethemes",
|
|
|
|
// Site URL without pathPrefix
|
|
rootUrl: "https://animethemes.github.io"
|
|
}
|