Skip to content

Commit

Permalink
Revert "fix: treat PrismicNextImage as a server component"
Browse files Browse the repository at this point in the history
This reverts commit 9acfdc2.
  • Loading branch information
angeloashmore committed Jan 20, 2025
1 parent 9acfdc2 commit 6b80c68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PrismicNextImage.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { JSX } from "react";
import Image, { ImageProps } from "next/image";
import { buildURL, ImgixURLParams } from "imgix-url-builder";
Expand Down

0 comments on commit 6b80c68

Please sign in to comment.