diff --git a/.netlify/index.html b/.netlify/index.html
new file mode 100644
index 0000000..b694693
--- /dev/null
+++ b/.netlify/index.html
@@ -0,0 +1,10 @@
+
+
+
+ Storybook AMP
+
+
+ This page has moved. Click here to go
+ to the new page.
+
+
diff --git a/netlify.toml b/netlify.toml
index 44a9f7d..a943c3f 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,6 +1,6 @@
[build]
- publish = "storybook-static"
- command = "npm run build && npm run build-storybook"
+ publish = ".netlify"
+ command = "npm run build"
[build.environment]
NODE_VERSION = "12.1.0"
NPM_VERSION = "6.9.0"
\ No newline at end of file