Skip to content

Commit

Permalink
feat(blog): update metadata and getBlogPosts imported path
Browse files Browse the repository at this point in the history
  • Loading branch information
1chooo committed Sep 11, 2024
1 parent 79b9582 commit c09b119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/app/post/page.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import Link from 'next/link';
import { getBlogPosts } from '../db/blog';
import { getBlogPosts } from '@/app/db/blog';
import PageHeader from '@/components/page-header';
import Image from 'next/image';

export const metadata = {
title: 'Blog',
title: 'Blog | Hugo ChunHo Lin (1chooo) | Open Source Enthusiast',
description: 'Read my thoughts on software development, design, and more.',
};

Expand Down

0 comments on commit c09b119

Please sign in to comment.