Skip to content

Commit 4aca24b

Browse files
committed
redirect
1 parent b6abdf9 commit 4aca24b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/Layout.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ const DefaultLayout = ({ data, children, bodyClass, isHome }) => {
3838
<style type="text/css">{`${site.codeinjection_styles}`}</style>
3939
<body className={bodyClass} />
4040
<link rel="icon" type="image/png" href={favicon} sizes="16x16" />
41+
<meta http-equiv="refresh" content="0; url=https://datacebo.com/blog/"/>
4142
</Helmet>
4243

4344
<div className="overflow-x-hidden">

0 commit comments

Comments
 (0)