Update next image import to legacy version

This commit is contained in:
Ojakoo
2023-02-01 12:52:28 +02:00
parent 56c13dbf64
commit 894e630664
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React from "react";
import Image from "next/image";
import Image from "next/legacy/image";
import {
CTASection, TextSection, PageLink, Link,
} from "@components/index";