From a491f946e7083d8439f85164252b0cf7c7f478a2 Mon Sep 17 00:00:00 2001 From: jiwonz Date: Wed, 24 Jul 2024 15:13:17 +0900 Subject: [PATCH] Add favicon to head tag --- 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: ( + <> + + + ) }