initial: Astro port of QipaoBuzz with AdSense + WebP images + tag filter
This commit is contained in:
16
src/lib/site.js
Normal file
16
src/lib/site.js
Normal file
@@ -0,0 +1,16 @@
|
||||
export const site = {
|
||||
name: 'QipaoBuzz',
|
||||
description: 'Fashion & Lifestyle Blog',
|
||||
url: 'https://qipaobuzz.com',
|
||||
postsPerPage: 10,
|
||||
minTagCount: 3,
|
||||
ads: {
|
||||
enabled: true,
|
||||
publisherId: '9763775565109295',
|
||||
adSlots: {
|
||||
top: '6973857406',
|
||||
inArticle: '9600020740',
|
||||
bottom: '6973857406',
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user