File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11import { HTMLReactParserOptions , domToReact } from "html-react-parser"
2- import { Element } from "domhandler/lib/node "
2+ import { Element } from "domhandler"
33import parse from "html-react-parser"
44import Image from "next/image"
55import Link from "next/link"
Original file line number Diff line number Diff line change 11import { DrupalClient } from "next-drupal"
22
3- export const drupal = new DrupalClient ( process . env . NEXT_PUBLIC_DRUPAL_BASE_URL )
3+ export const drupal = new DrupalClient (
4+ process . env . NEXT_PUBLIC_DRUPAL_BASE_URL ,
5+ { useDefaultEndpoints : true }
6+ )
Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/basic-features /typescript for more information.
5+ // see https://nextjs.org/docs/pages/building-your-application/configuring /typescript for more information.
You can’t perform that action at this time.
0 commit comments