Skip to content

Commit

Permalink
marketing: run static marketing pages on edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
flsilva committed Feb 27, 2024
1 parent 104e57b commit 1f28295
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/(marketing)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import '../globals.css';
import { Header } from '@/features/marketing/shared/ui/Header';
import { Footer } from '@/features/marketing/shared/ui/Footer';

export const runtime = 'edge';

export default function MarketingLayout({ children }: { children: React.ReactNode }) {
return (
<>
Expand Down

0 comments on commit 1f28295

Please sign in to comment.