Skip to content

Commit

Permalink
[frontend] Fix runtime settings
Browse files Browse the repository at this point in the history
  • Loading branch information
symysak committed Feb 7, 2024
1 parent f0af866 commit 2793a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Navbar } from "@/components/navbar";
import { Link } from "@nextui-org/link";
import clsx from "clsx";

export const runtime = 'edge';

export const metadata: Metadata = {
title: {
Expand Down
2 changes: 2 additions & 0 deletions frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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 (
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">
Expand Down

0 comments on commit 2793a73

Please sign in to comment.