Skip to content

Commit 1159052

Browse files
authored
Apply suggestion from @leecalcote
Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent f99e362 commit 1159052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/redirects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const fs = require('fs');
33
const yaml = require('js-yaml'); // Add to package.json if needed
44

55
const loadRedirects = () => {
6-
const file = fs.readFileSync('./redirects.yaml', 'utf8');
6+
const file = fs.readFileSync('src/utils/redirects.yaml', 'utf8');
77
return yaml.load(file).redirects || [];
88
};
99

0 commit comments

Comments
 (0)