Skip to content

Commit

Permalink
update envs
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmann7 committed Dec 3, 2023
1 parent 01efaa1 commit ca73edc
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 499 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ RESEND_API_KEY="re_"
# We need to register a domain with Resend to send emails from
# Register a domain at https://resend.com/domains
# Or we can use this email provided by resend for only testing: "[email protected]"
# It is not recommended tho
EMAIL_FROM_ADDRESS="mail@your_domain.com"
EMAIL_FROM_ADDRESS="[email protected]"

# uploadthing
UPLOADTHING_SECRET="sk_live_"
Expand Down
2 changes: 0 additions & 2 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import rehypeAutolinkHeadings from "rehype-autolink-headings"
import rehypeCodeTitles from "rehype-code-titles"
import rehypePrettyCode from "rehype-pretty-code"
import rehypeSlug from "rehype-slug"
import remarkGfm from 'remark-gfm'

const computedFields: ComputedFields = {
slug: {
Expand Down Expand Up @@ -112,7 +111,6 @@ export default makeSource({
contentDirPath: "./src/content",
documentTypes: [Post, Author, Page],
mdx: {
remarkPlugins: [[remarkGfm]],
rehypePlugins: [
[
// @ts-expect-error rehype-pretty-code has no types
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"contentlayer": "^0.3.4",
"date-fns": "2.30.0",
"date-fns": "^2.30.0",
"drizzle-orm": "^0.29.1",
"embla-carousel-react": "8.0.0-rc15",
"mysql2": "^3.6.5",
"next": "14.0.4-canary.35",
"next": "14.0.4-canary.36",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"openai": "^4.20.1",
Expand All @@ -83,7 +83,7 @@
"resend": "^2.1.0-canary.1",
"sonner": "^1.2.4",
"stripe": "^14.7.0",
"tailwind-merge": "^2.0.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.0.3",
"vaul": "^0.7.9",
Expand All @@ -96,7 +96,7 @@
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.2",
"@types/react": "^18.2.40",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/react-syntax-highlighter": "^15.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
Expand All @@ -115,7 +115,7 @@
"rehype-code-titles": "^1.2.0",
"rehype-pretty-code": "^0.11.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "3.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
Expand Down
Loading

1 comment on commit ca73edc

@vercel
Copy link

@vercel vercel bot commented on ca73edc Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.