+1
-1
src/webapp/app/bookmarklet/page.tsx
+1
-1
src/webapp/app/bookmarklet/page.tsx
···
17
17
export default function BookmarkletPage() {
18
18
const [copied, setCopied] = useState(false);
19
19
20
-
const appUrl = process.env.NEXT_PUBLIC_APP_URL || 'http://localhost:3000';
20
+
const appUrl = process.env.NEXT_PUBLIC_APP_URL || 'http://127.0.0.1:4000';
21
21
22
22
const bookmarkletCode = `javascript:(function(){
23
23
const currentUrl = window.location.href;