Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site description should reference NBIS #22

Closed
viklund opened this issue Oct 4, 2023 · 1 comment · Fixed by NBISweden/mimir-ui#8
Closed

Site description should reference NBIS #22

viklund opened this issue Oct 4, 2023 · 1 comment · Fixed by NBISweden/mimir-ui#8

Comments

@viklund
Copy link
Member

viklund commented Oct 4, 2023

When linking to mimir in slack for example the autogenerated preview now links to "woongsang" and mentions "Nuxt PWA". We should instead use fields relevant for nbis. After mucking about a bit I think these meta tags need to be set in the html head element.

<meta name="description" content="NBIS ChatGPT interface">
<meta property="og:site_name" content="Mimir">
<meta property="og:description" content="NBIS ChatGPT interface"">

(and all other such references in the html).

@jonandernovella
Copy link
Collaborator

It seems the underlaying Nuxt PWA package has some interesting defaults:

https://github.com/kevinmarrec/nuxt-pwa-module/blob/a7263a2d7c39b1c5a60623c848fe2735e709be1f/src/module.ts#L35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants