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

Merge branch 'dev' into 'prod'

use ordbokene.no in links

See merge request spraksamlingane/beta.ordbok.uib.no!100
parents 177f2cc0 82310218
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
}) })
}, },
create_link() { create_link() {
return 'https://beta.ordbok.uib.no/' + this.article.dictionary + '/' + this.article.article_id + '/' + encodeURIComponent(this.article.lemmas[0].lemma) return 'https://ordbokene.no/' + this.article.dictionary + '/' + this.article.article_id + '/' + encodeURIComponent(this.article.lemmas[0].lemma)
}, },
get_citation_info() { get_citation_info() {
let date = new Date(); let date = new Date();
......
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