Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | /** The site name to use. */ export const DEFAULT_SITE_NAME = "The Wandering Inndex"; /** The page title to use. */ export const DEFAULT_PAGE_TITLE = "3D Word Count Visualizer"; /** The site description to use in the meta tags. */ export const DEFAULT_SITE_DESCRIPTION = "Visualizing the Word Count of The Wandering Inn, a short story by pirateaba."; /** The URL to fetch the chapter data from. */ export const DEFAULT_CHAPTER_DATA_YAML_URL = `https://raw.githubusercontent.com/wandering-inndex/seed-data/main/data/media/twi-webnovel-chapters.yaml`; |