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 (
|
||||
<>
|
||||
<div id="carbonads"></div>
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -13,8 +13,7 @@ export default function Home() {
|
||||
return (
|
||||
<Layout
|
||||
title={siteConfig.title}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CWYIC53L&placement=dashyto" id="_carbonads_js"></script>
|
||||
description="Dashy, the self-hosted dashboard app for your homelab">
|
||||
<HomePageHeader />
|
||||
<HomePageFeatures />
|
||||
<main>
|
||||
|
Loading…
x
Reference in New Issue
Block a user