mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 12:32:42 +00:00
Fix Markdown Footnotes and Other Improvements (#173)
* fix some typos in Simplified Chinese translations * add markdown-it-footnote * use markdown-it-footnote | fix lint | fix Actions
This commit is contained in:
@@ -5,7 +5,7 @@ const parallelize = require('concurrent-transform');
|
||||
|
||||
var credentials;
|
||||
try {
|
||||
credentials = require('../aws.json');
|
||||
credentials = require('../aws.json'); // eslint-disable-line import/no-unresolved
|
||||
} catch (e) {
|
||||
credentials = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user