0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-14 04:08:36 +09:00

Move files from /public/static to /public

This commit is contained in:
2021-08-09 10:15:53 +09:00
parent b20e9d6271
commit b3e9d02025
30 changed files with 23 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ const Layout = (props) => {
<div className="page">
<Head>
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
<link rel="icon" href="/static/images/favicon.ico" />
<link rel="icon" href="/images/favicon.ico" />
</Head>
<main>
<Navbar />

View File

@@ -40,7 +40,7 @@ export default function Modal() {
<ul className="list-disc my-2">
<li>
<span className="font-bold">PGP&nbsp;</span>
<Link href="/static/yudejp.gpg">
<Link href="/yudejp.gpg">
<a className="hover:underline">
<FontAwesomeIcon icon={faDownload} className="w-5 h-5 inline"/>&nbsp;
{download}