From bfe3bb2c710bf3cedf168413da3c95bb475b0535 Mon Sep 17 00:00:00 2001 From: 2ManyProjects Date: Wed, 7 May 2025 19:06:54 -0500 Subject: [PATCH] logging --- frontend/src/App.jsx | 2 +- frontend/src/components/SeoProxyRoutes.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 3b9ec35..2556ca2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -8,7 +8,7 @@ import useBrandingSettings from '@hooks/brandingHooks'; import imageUtils from '@utils/imageUtils'; import Clarity from '@microsoft/clarity'; import CookieConsentPopup from '@components/CookieConsentPopup'; -import SeoProxyRoutes from '@components/SeoProxyRoutes'; // Import SeoProxyRoutes +import SeoProxyRoutes from '@components/SeoProxyRoutes'; // Import layouts import MainLayout from './layouts/MainLayout'; diff --git a/frontend/src/components/SeoProxyRoutes.jsx b/frontend/src/components/SeoProxyRoutes.jsx index 0baffcd..441ac0b 100644 --- a/frontend/src/components/SeoProxyRoutes.jsx +++ b/frontend/src/components/SeoProxyRoutes.jsx @@ -9,7 +9,7 @@ const SeoFile = ({ filePath }) => { const [content, setContent] = useState(''); const [contentType, setContentType] = useState(''); const [error, setError] = useState(null); - + console.log(filePath) useEffect(() => { // Determine the content type based on the file extension const fileExtension = filePath.split('.').pop();