We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6abdf9 commit 4aca24bCopy full SHA for 4aca24b
src/components/common/Layout.js
@@ -38,6 +38,7 @@ const DefaultLayout = ({ data, children, bodyClass, isHome }) => {
38
<style type="text/css">{`${site.codeinjection_styles}`}</style>
39
<body className={bodyClass} />
40
<link rel="icon" type="image/png" href={favicon} sizes="16x16" />
41
+ <meta http-equiv="refresh" content="0; url=https://datacebo.com/blog/"/>
42
</Helmet>
43
44
<div className="overflow-x-hidden">
0 commit comments