Skip to content

Commit

Permalink
Merge pull request #132 from retejs/feat/devhunt-banner
Browse files Browse the repository at this point in the history
feat: add devhunt banner
  • Loading branch information
Ni55aN authored Nov 25, 2023
2 parents 89fc962 + 02009cd commit 0d5349a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ export default defineNuxtConfig({
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
],
script: [
{
defer: true,
src: 'https://cdn.jsdelivr.net/gh/sidiDev/devhunt-banner/indexV0.js',
'data-url': 'https://devhunt.org/tool/retejs'
}
]
},
},
pwa: {
Expand Down

0 comments on commit 0d5349a

Please sign in to comment.