mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +02:00
Carbon
This commit is contained in:
parent
2b407bb51b
commit
796f11e960
@ -10,7 +10,10 @@ const CarbonAds = () => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
<div id="carbonads"></div>
|
<div id="carbonads"></div>
|
||||||
|
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -13,11 +13,10 @@ export default function Home() {
|
|||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={siteConfig.title}
|
title={siteConfig.title}
|
||||||
description="Description will go into a meta tag in <head />">
|
description="Dashy, the self-hosted dashboard app for your homelab">
|
||||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
|
|
||||||
<HomePageHeader />
|
<HomePageHeader />
|
||||||
<HomePageFeatures />
|
<HomePageFeatures />
|
||||||
<main>
|
<main>
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user