From f9f1ae011e680a1d502b7c84937d5894d4d82ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Thu, 8 Oct 2020 17:12:42 +0200 Subject: [PATCH 1/2] Update index.vue --- pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.vue b/pages/index.vue index 0d2d461..f474db8 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -3,7 +3,7 @@ main h1.text-black.font-bold.text-xl.mb-2 What is  span 💎 webgems? - p Webgems is a goto place for devs and designers to find new resources and more. As a beginner, it's sometimes not easy to find what you need since you don't know where to look for what. + p webgems is a goto place for devs and designers to find new resources and more. As a beginner, it's sometimes not easy to find what you need since you don't know where to look for what. p Therefore we created this project to have the most common and best resources for beginners and veterans in one place — kind of like a bookmarks list for devs and designers, containing only the best gems out there. p If you want to add your gem, go ahead and open a pull request on GitHub (click on that octocat at the top right corner). p By the way, this project lives by getting shared; if you find this worthy, please share it with others. From 520e713c37baaa9deffc15e814d6c80da682fb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?well=C3=A1?= Date: Thu, 8 Oct 2020 17:14:05 +0200 Subject: [PATCH 2/2] Update nuxt.config.js --- nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.js b/nuxt.config.js index d8a138b..55a0ba3 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -14,7 +14,7 @@ export default { { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'description', name: 'description', content: pkg.description }, - { hid: 'keywords', name: 'keywords', content: 'css, html, php, server, resources, design, gems, nuxt, javascript, tutorials, development, software'}, + { hid: 'keywords', name: 'keywords', content: 'css, html, php, server, resources, design, gems, nuxt, javascript, tutorials, development, software, js, vue, seo, rust, sql, databases'}, { name: 'robots', content: 'index, follow' }, { name: 'distribution', content: 'global'},