Skip to content

Commit

Permalink
[frontend] Fix runtime setting
Browse files Browse the repository at this point in the history
  • Loading branch information
symysak committed Feb 7, 2024
1 parent 2793a73 commit 0b2fda9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { siteConfig } from "@/config/site";
import { title, subtitle } from "@/components/primitives";
import { GithubIcon } from "@/components/icons";

export const runtime = 'edge';

export default function Home() {
return (
Expand Down

0 comments on commit 0b2fda9

Please sign in to comment.