Skip to content

Commit

Permalink
Merge pull request #2 from renanleonel/develop
Browse files Browse the repository at this point in the history
feat: dockerizing nextjs
  • Loading branch information
renanleonel authored Apr 21, 2024
2 parents ef81c9c + dd26661 commit 8b583f1
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 16 deletions.
5 changes: 0 additions & 5 deletions src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ const postsCollection = defineCollection({
pubDate: z.date(),
description: z.string(),
author: z.string(),
image: z.object({
url: z.string(),
alt: z.string(),
}),
tags: z.array(z.string()),
}),
});

Expand Down
3 changes: 0 additions & 3 deletions src/content/posts/authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: "Next.js 14 authentication"
pubDate: 2024-02-26
description: "Creating an authentication flow in Next.js 14 using NextAuth v5"
author: "Renan Leonel"
image:
url: "https://docs.astro.build/assets/full-logo-light.png"
alt: "The full Astro logo."
tags: ["Next.js", "NextAuth", "Authentication"]
---

Expand Down
Loading

0 comments on commit 8b583f1

Please sign in to comment.