1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 19:21:18 -04:00

add anchor links to content sub-headings

forked anchor-js: https://github.com/jakejarvis/simple-anchor
This commit is contained in:
2021-08-30 14:01:13 -04:00
parent 5e3507a594
commit 1ed75bb763
6 changed files with 108 additions and 69 deletions

View File

@@ -188,6 +188,7 @@ export default {
},
format: {
comments: /^\**!|@preserve|@license/i,
ascii_only: true, // some symbols get disfigured otherwise
},
mangle: true,
},