Skip to content

Commit 92e34a2

Browse files
committed
removed ads from content
1 parent 23fbd92 commit 92e34a2

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

components/BlogContent.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ const serializers = {
7676
},
7777
ads: ({}) => {
7878
return (
79-
<div style={{ margin: "0 0 20px" }}>
80-
<GoogleAds slot={process.env.NEXT_PUBLIC_IN_FEED} />
81-
</div>
79+
<div></div>
80+
// <div style={{ margin: "0 0 20px" }}>
81+
// <GoogleAds slot={process.env.NEXT_PUBLIC_IN_FEED} />
82+
// </div>
8283
);
8384
},
8485
tablecontent: () => {

next-env.d.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
3-
/// <reference types="next/image-types/global" />
4-
5-
// NOTE: This file should not be edited
6-
// see https://nextjs.org/docs/basic-features/typescript for more information.
1+
/// <reference types="next" />
2+
/// <reference types="next/types/global" />
3+
/// <reference types="next/image-types/global" />
4+
5+
// NOTE: This file should not be edited
6+
// see https://nextjs.org/docs/basic-features/typescript for more information.

public/rss/atom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>https://www.wpcodevo.com</id>
44
<title>Codevo | A place to improve your JAVASCRIPT, HTML and CSS Skills</title>
5-
<updated>2021-08-23T19:18:41.844Z</updated>
5+
<updated>2021-10-01T21:06:32.994Z</updated>
66
<generator>Next.js using Feed for Node.js</generator>
77
<author>
88
<name>Ziddah Edem</name>

public/rss/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Codevo | A place to improve your JAVASCRIPT, HTML and CSS Skills</title>
55
<link>https://www.wpcodevo.com</link>
66
<description>Tutorials about modern html5, css3, JavaScript, Frameworks such as React, Vuejs, Angular and all things related to Web development.</description>
7-
<lastBuildDate>Mon, 23 Aug 2021 19:18:41 GMT</lastBuildDate>
7+
<lastBuildDate>Fri, 01 Oct 2021 21:06:32 GMT</lastBuildDate>
88
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
99
<generator>Next.js using Feed for Node.js</generator>
1010
<language>en</language>

0 commit comments

Comments
 (0)