Pagination

This commit is contained in:
Jai A
2020-09-06 22:29:35 -07:00
parent ce8a0cab2a
commit fc6246c5cb
4 changed files with 97 additions and 19 deletions

View File

@@ -24,7 +24,19 @@ export default {
content: process.env.npm_package_description || '',
},
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{
rel: 'stylesheet',
href:
'https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap',
},
{
rel: 'stylesheet',
href:
'https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@600&display=swap',
},
],
script: [
{
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js',