Google adsense implementation

This commit is contained in:
Čarodej
2022-02-07 17:47:29 +01:00
parent 81362fef2d
commit 09774b1d48
9 changed files with 162 additions and 13 deletions

View File

@@ -312,6 +312,15 @@ const routesAdmin = [
title: 'Sign In/Up',
},
},
{
name: 'AppAdsense',
path: '/admin/settings/adsense',
component: () => import(/* webpackChunkName: "chunks/app-adsense" */ '../views/Admin/AppSettings/AppSettingsTabs/Adsense'),
meta: {
requiresAuth: true,
title: 'Adsense',
},
},
],
},
{