From ee541e9f4042600a64e146bde3d0830782806e3c Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 15 May 2017 22:16:57 +1000 Subject: [PATCH] Add google webmaster verification page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, simplify build script by moving CNAME to pages. We can’t do this for the google page because Gatsby converts x.html to x/index.html --- package.json | 2 +- CNAME => pages/CNAME | 0 static/google4bb8ea8d0ce48185.html | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename CNAME => pages/CNAME (100%) create mode 100644 static/google4bb8ea8d0ce48185.html diff --git a/package.json b/package.json index abb68c1df28..22e73b48933 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "main": "n/a", "scripts": { "build-storybook": "build-storybook", - "build": "gatsby build && cp CNAME .travis.yml ./public", + "build": "gatsby build && cp static/google4bb8ea8d0ce48185.html .travis.yml ./public", "deploy": "gh-pages -t -r git@github.com:storybooks/storybooks.github.io.git -d public -o origin -b master", "deploy-travis": "gh-pages -t -r https://${GH_TOKEN}@github.com/storybooks/storybooks.github.io.git -d public -o origin -b master", "develop": "gatsby develop", diff --git a/CNAME b/pages/CNAME similarity index 100% rename from CNAME rename to pages/CNAME diff --git a/static/google4bb8ea8d0ce48185.html b/static/google4bb8ea8d0ce48185.html new file mode 100644 index 00000000000..c889b1da291 --- /dev/null +++ b/static/google4bb8ea8d0ce48185.html @@ -0,0 +1 @@ +google-site-verification: google4bb8ea8d0ce48185.html \ No newline at end of file