mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
remove useless files
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
const baseUrl = 'https://blog-backend-beige-pi.vercel.app/';
|
||||
|
||||
/**
|
||||
* Read post meta info from backend
|
||||
*/
|
||||
const readFileMate = async (filename: string) => {
|
||||
const target = `${baseUrl}/${filename}.mdx`;
|
||||
const result = await (await fetch(target)).text();
|
||||
};
|
Reference in New Issue
Block a user