Skip to content

Commit

Permalink
google-search-console 認証を通す
Browse files Browse the repository at this point in the history
  • Loading branch information
MORIMOTO520212 committed May 2, 2024
1 parent bab0d6d commit cfd5465
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ export default defineNuxtConfig({
devServer: {
port: 3000,
},
app: {
head: {
meta: [
{
name: 'google-site-verification',
content: 'niHSaLlrT6Vi3JwIR-7Rcr_c67zZ8GA8Bcl3NWP9hzI',
},
],
},
},
tailwindcss: {},
microCMS: {
serviceDomain: process.env.MICROCMS_SERVICE_DOMAIN,
Expand Down
4 changes: 0 additions & 4 deletions src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ useHead({
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width,initial-scale=1' },
{
name: 'google-site-verification',
content: 'niHSaLlrT6Vi3JwIR-7Rcr_c67zZ8GA8Bcl3NWP9hzI',
},
],
});
Expand Down

0 comments on commit cfd5465

Please sign in to comment.