Skip to content

Commit

Permalink
chore: remove the meta script
Browse files Browse the repository at this point in the history
  • Loading branch information
sukbearai committed Sep 7, 2024
1 parent 47ec859 commit 696dd4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ export default defineNuxtConfig({
{ name: 'theme-color', media: '(prefers-color-scheme: light)', content: 'white' },
{ name: 'theme-color', media: '(prefers-color-scheme: dark)', content: '#222222' },
],
script: [{
src: '/plugins/web-channel.js',
}],
script: [],
},
},

Expand Down

0 comments on commit 696dd4b

Please sign in to comment.