mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Update next export
This commit is contained in:
@ -4,6 +4,8 @@ import { GistsFile } from 'types';
|
||||
const password = process.env.NEXT_PUBLIC_GITHUB_API;
|
||||
const octokit = new Octokit({
|
||||
auth: password,
|
||||
// @TODO reverse proxy
|
||||
baseUrl: 'http://api.github.com',
|
||||
});
|
||||
|
||||
const linkMatch = /<(.*?)>/;
|
||||
|
Reference in New Issue
Block a user