You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/sites/svelte.dev/src/constants.js

10 lines
318 B

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`
};