Skip to content

Commit

Permalink
search console
Browse files Browse the repository at this point in the history
  • Loading branch information
wahengchang committed Feb 20, 2020
1 parent 0ca2006 commit bcd94d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/google38bfcad4aba1778e.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google38bfcad4aba1778e.html
4 changes: 4 additions & 0 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ async function start () {
const { host, port } = nuxt.options.server
app.use('/sitemap.xml', require('./apis/sitemap'))

app.get('/google38bfcad4aba1778e.html', function(req, res) {
res.sendFile(__dirname+'/google38bfcad4aba1778e.html')
});

await nuxt.ready()
// Build only in dev mode
if (config.dev) {
Expand Down

0 comments on commit bcd94d0

Please sign in to comment.