logging
This commit is contained in:
parent
e03e5aec23
commit
bfe3bb2c71
2 changed files with 2 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue