Monetization
Who doesn't want's to earn some extra money. You will be happy to know we have added the monetization option. You can use any monetization service you like. Here is a small guide on how you can setup your ads.
Enable ADs
In your environment variable set DISPLAY_ADS=true to display ads on your site.
Paste ads scripts to the main <head> tag of the site.
To do that open the file called ./src/pages/_document.js and you will find some code. Paste your custom ad codes for example google adsense site verification scripts code inside the <Head>...<Head/> tag. It will render your code in the <head> tag of your main site.
Paste main ad codes to show the ads
Open the file called ./src/components/common/ads.js and paste your banner ad coded there (Between the commented sections)