mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
HTML files are not clean urls
This commit is contained in:
parent
c514d7dc69
commit
5569fcd3bb
@ -79,7 +79,7 @@ const isHandlebars = exports.isHandlebars = is(XML, HBS, HTML);
|
||||
const isMarkdown = exports.isMarkdown = is(MD);
|
||||
const isPage = exports.isPage = is(isHandlebars, isMarkdown);
|
||||
const isAsset = exports.isAsset = is(isImage, isVideo);
|
||||
exports.isCleanUrl = is(HBS, HTML, MD);
|
||||
exports.isCleanUrl = is(HBS, MD);
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user