From 6b9b394bf79b69e5fa19ba947babb037e8401f4a Mon Sep 17 00:00:00 2001 From: Brandon Winger-Air Date: Thu, 28 Dec 2023 02:25:23 -0500 Subject: [PATCH] create footer button, format component file and update readme --- README.md | 13 ++++++------- components/EstimateLinkBtn.vue | 11 +++++++++-- components/Site/SiteFooter.vue | 17 +++++++++++++---- 3 files changed, 28 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ba500aa..42edcac 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ Redesign based on a [tutorial series](https://www.youtube.com/playlist?list=PL4c ```Dotenv # GitHub API for Projects page -GH_TOKEN=YOUR_PERSONAL_ACCESS_TOKEN +GH_TOKEN=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 + +# Optional: Enable search engine crawl & index +# SEO_ENV=production # Optional: Set port if required # PORT=3000 @@ -37,13 +40,9 @@ GH_TOKEN=YOUR_PERSONAL_ACCESS_TOKEN # NUXT_APP_BASE_URL='/portfolio-nuxt-tailwind-graphql' ``` -### How to enable SEO (nuxt.config.ts) - -```js -site: { indexable: true }, -``` +### SEO Configuration (nuxt.config.ts) -Check out the [module documentation](https://nuxtseo.com/robots/getting-started/installation) for more information. +Check out the [robots module documentation](https://nuxtseo.com/robots/getting-started/installation) for more information. ### Make sure to install the dependencies diff --git a/components/EstimateLinkBtn.vue b/components/EstimateLinkBtn.vue index a32b3f9..27cd756 100644 --- a/components/EstimateLinkBtn.vue +++ b/components/EstimateLinkBtn.vue @@ -1,6 +1,13 @@