diff --git a/components/Footer.js b/components/Footer.js index 0a0cb6bb..7a06af46 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -2,6 +2,7 @@ import { faCopyright, faEye, faShieldAlt, faUsers } from '@fortawesome/free-soli import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import React from 'react' import Link from 'next/link' +import BLOG from '@/blog.config' const Footer = ({ title }) => { const d = new Date() @@ -10,7 +11,7 @@ const Footer = ({ title }) => {