Skip to content

Commit f148c13

Browse files
committed
revert demo
1 parent 7dbe93a commit f148c13

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/app/(main)/websites/[id]/settings/privacy

1 file changed

+1
-1
lines changed

apps/dashboard/app/(main)/websites/[id]/settings/privacy/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function PrivacyPage() {
2323

2424
const isPublic = websiteData?.isPublic ?? false;
2525
const shareableLink = websiteData
26-
? `${window.location.origin}/websites/${websiteId}`
26+
? `${window.location.origin}/demo/${websiteId}`
2727
: '';
2828

2929
const handleTogglePublic = useCallback(() => {

0 commit comments

Comments
 (0)