export const CONTENT_BASE = '../../documentation'; /** All the paths are relative to the project root when being run on server or built */ export const CONTENT_BASE_PATHS = { BLOG: `${CONTENT_BASE}/blog`, TUTORIAL: `${CONTENT_BASE}/tutorial`, DOCS: `${CONTENT_BASE}/docs`, EXAMPLES: `${CONTENT_BASE}/examples` };