mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 19:46:40 +08:00
misc: add moolah generator
This commit is contained in:
@ -65,4 +65,11 @@ module.exports = {
|
||||
],
|
||||
],
|
||||
clientModules: [require.resolve('./src/components/SidebarAd')],
|
||||
scripts: [
|
||||
{
|
||||
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4984084888641317",
|
||||
crossorigin: 'anonymous',
|
||||
async: true,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user