Skip to content

Commit

Permalink
fix readme file example environment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonWingerAir committed Dec 28, 2023
1 parent 6b9b394 commit 8601de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Redesign based on a [tutorial series](https://www.youtube.com/playlist?list=PL4c

```Dotenv
# GitHub API for Projects page
GH_TOKEN=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
GH_TOKEN=YOUR_PERSONAL_ACCESS_TOKEN
# Optional: Enable search engine crawl & index
# SEO_ENV=production
Expand All @@ -37,7 +37,7 @@ GH_TOKEN=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
# PORT=3000
# Optional: Subdirectory for Nuxt config baseURL
# NUXT_APP_BASE_URL='/portfolio-nuxt-tailwind-graphql'
# NUXT_APP_BASE_URL='/your-subdomain'
```

### SEO Configuration (nuxt.config.ts)
Expand Down

0 comments on commit 8601de0

Please sign in to comment.