mirror of https://github.com/sveltejs/svelte
4 lines
110 B
4 lines
110 B
6 years ago
|
export const SLUG_PRESERVE_UNICODE = false;
|
||
|
export const SLUG_SEPARATOR = '_';
|
||
|
export const SLUG_LANG = 'en';
|