Skip to content

Commit

Permalink
remove edge runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng committed Apr 10, 2024
1 parent efba5dd commit 2696fc1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion frontend/src/app/blog/[articleSlug]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const runtime = "edge";
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";

import { BlocksContent } from "@strapi/blocks-react-renderer";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/blog/blogDataCards.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const runtime = "edge";
import FullBlogCard from "@/components/fullBlogCard";
import BlogpageButtons from "@/components/BlogpageButtons";
import { BlogPost } from "./page";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/projects/[projectSlug]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const runtime = "edge";
import { gql } from "@/__generated__/gql";
import BlockRendererClient from "@/components/BlockRendererClient";
import { getClient } from "@/lib/ApolloClient";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/projects/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const runtime = "edge";
import { gql } from "@/__generated__/gql";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { getClient } from "@/lib/ApolloClient";
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/satellites/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export const runtime = "edge";
import { gql } from "@/__generated__/gql";
import { getClient } from "@/lib/ApolloClient";
import SatelliteCard from "@/components/ui/satelliteCard";
Expand Down

0 comments on commit 2696fc1

Please sign in to comment.