This is an automated email from the ASF dual-hosted git repository.

xiatian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 50b4b2f5f [ISSUE #229] Fix 404 issue due to setting log path to 
relative path (#231)
50b4b2f5f is described below

commit 50b4b2f5fa23ea27ee4ad041cb044e5acf9bf899
Author: Createsequence <[email protected]>
AuthorDate: Thu Jul 11 16:37:06 2024 +0800

    [ISSUE #229] Fix 404 issue due to setting log path to relative path (#231)
---
 src/theme/Footer/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index c6bd32c25..454f72d14 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -78,7 +78,7 @@ function Footer(): JSX.Element | null {
         {links && links.length > 0 && (
           <div className="row footer__links">
             <div  className="col footer__col">
-              <img src={'images/asf_logo.svg'} />
+              <img src={'/images/asf_logo.svg'} />
             </div>
             {[{logoSrc: ''},...links].map((linkItem, i) => {
               return (


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to