Skip to content

Commit

Permalink
fix: remove edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Mar 22, 2023
1 parent b4a3854 commit f7765e0
Show file tree
Hide file tree
Showing 14 changed files with 159 additions and 164 deletions.
30 changes: 15 additions & 15 deletions .contentlayer/.cache/v0.3.0/data-KFUTZ636.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions .contentlayer/generated/Project/_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .contentlayer/generated/Project/projects__access.mdx.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions .contentlayer/generated/Project/projects__envshare.mdx.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .contentlayer/generated/Project/projects__qstash.mdx.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion app/projects/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { allProjects } from "contentlayer/generated";
import { Mdx } from "@/app/components/mdx";
import { Navigation } from "@/app/components/article-nav";
import "./mdx.css";
import Link from "next/link";

interface PostPageProps {
params: {
Expand Down
2 changes: 1 addition & 1 deletion content/projects/envshare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ key never leaves your browser.



![](img/envshare.png)
![](https://github.com/chronark/envshare/raw/main/img/envshare.png)

## Built with

Expand Down
4 changes: 0 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ const nextConfig = {
experimental: {
appDir: true,
mdxRs: true,
runtime: "edge",
},
images: {
domains: ["pbs.twimg.com"],
},
};

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@next/font": "^13.2.1",
"@next/mdx": "^13.2.1",
"@types/node": "18.15.0",
"@types/node": "18.15.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.10",
"contentlayer": "^0.3.0",
"framer-motion": "^10.8.5",
"lucide-react": "^0.125.0",
"lucide-react": "^0.127.0",
"markdown-wasm": "^1.2.0",
"next": "13.2.4",
"next-contentlayer": "^0.3.0",
Expand All @@ -27,10 +27,10 @@
"rehype-pretty-code": "^0.9.4",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"typescript": "4.9.5"
"typescript": "5.0.2"
},
"devDependencies": {
"@opentelemetry/api": "^1.1.0",
"@opentelemetry/api": "^1.4.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
Expand Down
Loading

0 comments on commit f7765e0

Please sign in to comment.