Skip to content

Commit

Permalink
skip the check
Browse files Browse the repository at this point in the history
  • Loading branch information
illright authored Sep 22, 2024
1 parent 54bd950 commit 035c5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocItem/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function FooterWrapper(
<BrowserOnly>
{() =>
typeof customFields.pushFeedbackProjectId === "string" &&
window.location.hostname === new URL(url).hostname && (
(window.location.hostname === new URL(url).hostname || true) && (
<FeedbackWidget
projectId={customFields.pushFeedbackProjectId}
/>
Expand Down

0 comments on commit 035c5d2

Please sign in to comment.