refactor "notes" into "posts" (only on the backend)

This commit is contained in:
2024-02-26 12:08:48 -05:00
parent 955cfe421f
commit dbde73c63c
19 changed files with 201 additions and 202 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const HitCounter = ({ slug }: HitCounterProps) => {
fetcher
);
// fail somewhat silently, see error boundary in NoteMeta component
// fail somewhat silently, see error boundary in PostMeta component
if (error) {
showBoundary(`${error}`);
return null;