Skip to content

Commit 8c9c603

Browse files
PB-2025 Allow indexing by search engines
Currently the tech docs are reachable via https://docs.geo.admin.ch but they should not be listed on any web search engine. This change removes that restriction. This undoes the change made in PR #58.
1 parent 94f24b5 commit 8c9c603

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ export default defineConfig({
1515
https://sys-docs.dev.bgdi.ch/preview/feat-pb-1234-my-branch/index.html
1616
*/
1717
base: process.env.VITE_BASE_URL || '/',
18-
head: [
19-
['link', { rel: 'icon', href: '/favicon.ico' }],
20-
['meta', { name: 'robots', content: 'noindex' }],
21-
],
18+
head: [['link', { rel: 'icon', href: '/favicon.ico' }]],
2219
ignoreDeadLinks: 'localhostLinks',
2320
vite: {
2421
build: {

0 commit comments

Comments
 (0)