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 imageUtils from '@utils/imageUtils';
|
||||||
import Clarity from '@microsoft/clarity';
|
import Clarity from '@microsoft/clarity';
|
||||||
import CookieConsentPopup from '@components/CookieConsentPopup';
|
import CookieConsentPopup from '@components/CookieConsentPopup';
|
||||||
import SeoProxyRoutes from '@components/SeoProxyRoutes'; // Import SeoProxyRoutes
|
import SeoProxyRoutes from '@components/SeoProxyRoutes';
|
||||||
|
|
||||||
// Import layouts
|
// Import layouts
|
||||||
import MainLayout from './layouts/MainLayout';
|
import MainLayout from './layouts/MainLayout';
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ const SeoFile = ({ filePath }) => {
|
||||||
const [content, setContent] = useState('');
|
const [content, setContent] = useState('');
|
||||||
const [contentType, setContentType] = useState('');
|
const [contentType, setContentType] = useState('');
|
||||||
const [error, setError] = useState(null);
|
const [error, setError] = useState(null);
|
||||||
|
console.log(filePath)
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// Determine the content type based on the file extension
|
// Determine the content type based on the file extension
|
||||||
const fileExtension = filePath.split('.').pop();
|
const fileExtension = filePath.split('.').pop();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue