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

Hotfixes seo

parent 9f7b01e5
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,7 @@ build-prod: ...@@ -47,10 +47,7 @@ build-prod:
- echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production - echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production
- npm install --progress=false - npm install --progress=false
- npm run build -- --mode production - npm run build -- --mode production
- 'echo -e "\nDisallow: /" >> dist/robots.txt' - 'echo -e "\nDisallow:" >> dist/robots.txt'
- 'echo -e "\nAllow: /index.html" >> dist/robots.txt'
- 'echo -e "\nAllow: /css/" >> dist/robots.txt'
- 'echo -e "\nAllow: /js/" >> dist/robots.txt'
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>Slå på JavaScript for å få portalen Ordbøkene til å fungere.</strong> Bokmålsordboka og Nynorskordboka viser skrivemåte og bøying i tråd med norsk rettskriving. Språkrådet og Universitetet i Bergen står bak ordbøkene. <br><strong>Slå på JavaScript for å få portalen Ordbøkene til å fungere.</strong>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
......
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