diff --git a/client/App.tsx b/client/App.tsx index ff345af..741e5ca 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -26,7 +26,7 @@ export const App = ({ url }: { url?: string }) => { // during server side rendering don't prepend the BASE_URL const pbu = useContext(ServerContext) ? (s: string) => s : prependBaseUrl - console.log(url) + console.log(`URL "${url}"`) return (