Skip to content

Commit 052eb4f

Browse files
fix: rename path
1 parent 64ea877 commit 052eb4f

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

contentlayer.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function createTagCount(allBlogs) {
9191

9292
export const Blog = defineDocumentType(() => ({
9393
name: 'Blog',
94-
filePathPattern: 'blog/**/*.mdx',
94+
filePathPattern: 'blogs/**/*.mdx',
9595
contentType: 'mdx',
9696
fields: {
9797
title: { type: 'string', required: true },

data/headerNavLinks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = [
2-
{ href: '/blog', title: 'Blogs' },
2+
{ href: '/blogs', title: 'Blogs' },
33
// { href: '/#previews', title: 'Previews' },
44
// { href: '/#features', title: 'Features' },
55
// { href: '/#about', title: 'About' },

0 commit comments

Comments
 (0)