We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbe93a commit f148c13Copy full SHA for f148c13
apps/dashboard/app/(main)/websites/[id]/settings/privacy/page.tsx
@@ -23,7 +23,7 @@ export default function PrivacyPage() {
23
24
const isPublic = websiteData?.isPublic ?? false;
25
const shareableLink = websiteData
26
- ? `${window.location.origin}/websites/${websiteId}`
+ ? `${window.location.origin}/demo/${websiteId}`
27
: '';
28
29
const handleTogglePublic = useCallback(() => {
0 commit comments