0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
svelte/site/config.js
Luca Bonavita 788519b1c4 Site: use pure javascript slugification library
This library doesn't support languages but it has only 2 dependencies being free from native dependencies

Closes #2508
2019-04-28 09:54:38 -04:00

3 lines
79 B
JavaScript

export const SLUG_PRESERVE_UNICODE = false;
export const SLUG_SEPARATOR = '_';