reduce cache maxage

This commit is contained in:
spencerwooo
2022-02-10 23:06:11 +08:00
parent 2686197b4a
commit 03163e9d32
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const HomeCrumb = () => {
return (
<Link href="/">
<a>
<a className="flex items-center">
<FontAwesomeIcon className="h-3 w-3" icon={['far', 'flag']} />
<span className="ml-2 font-medium">{t('Home')}</span>
</a>