mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-11 19:04:30 +00:00
3 lines
109 B
JavaScript
3 lines
109 B
JavaScript
export const SLUG_PRESERVE_UNICODE = false;
|
|
export const SLUG_SEPARATOR = '_';
|
|
export const SLUG_LANG = 'en'; |