From 94ecdc057cb03bd3c8cb77234b8853e9b8baeb05 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 21 Dec 2021 17:42:33 +0800 Subject: [PATCH] =?UTF-8?q?footer=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Footer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }) => {