mirror of
https://github.com/bspeice/speice.io
synced 2025-06-06 11:51:30 -04:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
import Head from "@docusaurus/Head"
|
|
|
|
export default () => {
|
|
return <Head>
|
|
<meta httpEquiv="Refresh" content="0; url='/atom.xml'"/>
|
|
</Head>
|
|
}
|