Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ravelloh/RTheme
Browse files Browse the repository at this point in the history
  • Loading branch information
RavelloH committed Feb 5, 2025
2 parents 8a1115d + 3be0556 commit 484ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/posts/[slug]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Link from 'next/link';
import Image from 'next/image';
import formatDateWithTimeZone from '@/utils/time';
import NotFound from '@/app/not-found';
import dynamic from 'next/dynamic'
import dynamic from 'next/dynamic';
import Shiki from '@shikijs/markdown-it';
import MarkdownIt from 'markdown-it';
import MenuLoader from '@/components/MenuLoader';
Expand Down

0 comments on commit 484ebed

Please sign in to comment.