From e2db1da44de7654ca0cee8d96407a951cea64ad0 Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 12 May 2022 02:18:15 -0400 Subject: [PATCH] Netlify redirect --- .netlify/index.html | 10 ++++++++++ netlify.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .netlify/index.html 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