aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-10-22 20:25:08 +0300
committereug-vs <eugene@eug-vs.xyz>2022-10-22 20:25:08 +0300
commit1e56d7c9e1c27699bf26e2e94c990766801f0bea (patch)
tree16e49b2ce3a2d0a982a78214960362d8f1dde4b2 /src/pages
parenteeb3bcec19b15e6b7d30f983c8f613dedb1a9b32 (diff)
downloadbenzin-next-1e56d7c9e1c27699bf26e2e94c990766801f0bea.tar.gz
feat: extend benzin config
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/[...path].tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[...path].tsx b/src/pages/[...path].tsx
index a49286d..5bedae3 100644
--- a/src/pages/[...path].tsx
+++ b/src/pages/[...path].tsx
@@ -51,9 +51,9 @@ const Page: NextPage = ({ markdownSource, emojiFileNames }: any) => {
return (
<>
<Head>
- <title>{`Eugene's Space`}</title>
+ <title>{benzinConfig.title}</title>
<meta name="description" content="TODO" />
- <link rel="icon" href="/icon-64.png" />
+ <link rel="icon" href={`${benzinConfig.CDN}${benzinConfig.faviconPath}`}/>
</Head>
<main>
<ReactMarkdown