Skip to content

Commit

Permalink
fix: Use relative paths (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jan 15, 2025
1 parent 6dd88ba commit 939b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner/Banner.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
Locales,
LocalizedField,
SysAssetLink,
} from "hooks/contentful"
} from "../../hooks/contentful"
import type { Document } from "@contentful/rich-text-types"

type IBannerFields = {
Expand Down

0 comments on commit 939b2ce

Please sign in to comment.