Commit 5edbda38 by jaymehta

.

1 parent e8a09a03
...@@ -20,8 +20,8 @@ const ShareWidget = () => { ...@@ -20,8 +20,8 @@ const ShareWidget = () => {
const [copy, setcopy] = useState({ copied: false }); const [copy, setcopy] = useState({ copied: false });
const router = useRouter(); const router = useRouter();
useEffect(() => { useEffect(() => {
console.log(`${process.env.NEXT_PUBLIC_BACKEND_API_URL}${router.asPath}`); console.log(`${process.env.NEXT_PUBLIC_FRONTEND_URL}${router.asPath}`);
setshareUrl(`${process.env.NEXT_PUBLIC_BACKEND_API_URL}${router.asPath}`); setshareUrl(`${process.env.NEXT_PUBLIC_FRONTEND_URL}${router.asPath}`);
}, []); }, []);
return ( return (
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!