Skip to content

Commit

Permalink
removed any trace of prevent_index
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiblaga89 committed Apr 9, 2024
1 parent 34a1ed6 commit 30c795c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/next.yml
Expand Up @@ -20,10 +20,8 @@ jobs:
with:
node-version: '18.x'
- name: test
#! remove PREVENT_INDEXING on live
run: |
export CONFIG=$(cat ./config.next.json | jq -r tostring)
# export PREVENT_INDEXING=true
echo $CONFIG
- name: Install Vercel CLI
run: npm install --global vercel@latest
Expand Down
1 change: 0 additions & 1 deletion docusaurus.config.js
Expand Up @@ -12,7 +12,6 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',
noIndex: process.env.PREVENT_INDEXING === 'true',
favicon: 'img/favicon.ico',
trailingSlash: false,
organizationName: 'flexn-io', // Usually your GitHub org/user name.
Expand Down

0 comments on commit 30c795c

Please sign in to comment.