Skip to content

Commit

Permalink
Netlify redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed May 12, 2022
1 parent efc24b9 commit e2db1da
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .netlify/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<meta http-equiv="refresh" content="2;url=https://storybook-amp.prototypearea.com" />
<title>Storybook AMP</title>
</head>
<body>
This page has moved. Click <a href="https://storybook-amp.prototypearea.com">here</a> to go
to the new page.
</body>
</html>
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e2db1da

Please sign in to comment.