Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Jun 22, 2024
1 parent ce759ae commit 6b37f85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/todo3.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,7 @@ styleguide
sitemap
transistor favicon
rewrite env vars with new types and import.meta instead of process.env // ne moze naravno, ok je ovako
transitions
render mdx for rss feed content
Promise.all for all render, feed, toc
```
1 change: 0 additions & 1 deletion src/libs/api/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { getAllPosts } from '@/modules/post/common';
import { ROUTES } from '@/constants/routes';
import { CONFIG } from '@/config';
import { renderMarkdown } from '@/utils/markdown';
import { isPreviewMode } from '@/utils/preview';

import type { Item } from 'feed';

Expand Down

0 comments on commit 6b37f85

Please sign in to comment.