-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
prototypa
committed
May 12, 2022
1 parent
efc24b9
commit e2db1da
Showing
2 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |