Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
facebook
/
react
Public
Notifications
Fork
39.3k
Star
191k
Code
Issues
712
Pull requests
283
Actions
Projects
0
Wiki
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add netlify toml file (
#12350
)
Loading branch information
klamping
authored and
gaearon
committed
May 20, 2018
1 parent
d7b9b49
commit
089d2deb20741c57784f9fd9d88146965245e650
Showing
1 changed file
with
9 additions
and
0 deletions
.
Split
Unified
There are no files selected for viewing
9
netlify.toml
Show comments
View file
Edit file
Delete file
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
Show hidden characters
@@ -0,0 +1,9 @@
[
build
]
base
=
"
"
publish
=
"
fixtures/dom/build
"
command
=
"
yarn build --type=UMD_DEV && cd fixtures/dom/ && yarn && yarn prestart && yarn build
"
[[
redirects
]]
from
=
"
/*
"
to
=
"
/index.html
"
status
=
200
Toggle all file notes
Toggle all file annotations
0 comments on commit
089d2de
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.