From ff0152ecab92743e85cecda9eca11804039ef4a9 Mon Sep 17 00:00:00 2001 From: jiwonz <53703001+jiwonz@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:36:15 +0900 Subject: [PATCH] Add favicon to head tag (#12) --- theme.config.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme.config.jsx b/theme.config.jsx index c735198..7c3d127 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -34,4 +34,9 @@ export default { /> ), + head: ( + <> + + + ) }