Skip to content

Commit

Permalink
Merge pull request dubinc#203 from steven-tey/debug
Browse files Browse the repository at this point in the history
Remove runtime edge for changelog
  • Loading branch information
steven-tey authored May 15, 2023
2 parents 3d918e8 + 11c3d17 commit 2842df2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/(marketing)/changelog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import BlurImage from "#/ui/blur-image";
import Author from "#/ui/blog/author";
import { Facebook, LinkedIn, Twitter } from "@/components/shared/icons";

export const runtime = "edge";

export async function generateStaticParams() {
return allChangelogPosts.map((post) => ({
slug: post.slug,
Expand Down
2 changes: 0 additions & 2 deletions app/(marketing)/changelog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { MDX } from "#/ui/blog/mdx";
import { Twitter } from "@/components/shared/icons";
import { Rss } from "lucide-react";

export const runtime = "edge";

export const metadata: Metadata = {
title: "Changelog - Dub",
description:
Expand Down

0 comments on commit 2842df2

Please sign in to comment.