Files
animethemes-web/site-config.js
T
Buzzbyte fab507ef11 #16 feat(seo): Added SEO support and site config (#23)
* 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
2020-11-25 01:41:46 +01:00

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"
}