feat: initial setup, frontend, backend, postgresql
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function BlogList() {
|
||||
fetch("public/blogs/*.md").then((ret) => console.log(ret.text()));
|
||||
|
||||
return <div></div>;
|
||||
}
|
||||
Reference in New Issue
Block a user