Skip to content
Snippets Groups Projects
Commit 7108204b authored by Henrik Askjer's avatar Henrik Askjer
Browse files

prevent indexing of searches

parent aa51f7e4
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ build-prod:
- echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production
- npm install --progress=false
- npm run build -- --mode production
- 'echo -e "\nDisallow: /" >> dist/robots.txt'
- 'echo -e "\nDisallow: /search*" >> dist/robots.txt'
artifacts:
expire_in: 1 week
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment