Skip to content

arodriguez240/Tech-Co-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify TOML for create-react-app

[build]

  • command = 'npm run build'
  • publish = '/build'
  • functions = './functions'

[[redirects]]

  • from = '/api/*'
  • to = '/.netlify/functions/:splat'
  • status = 200

[[redirects]]

  • from = '/*'
  • to = '/index.html'
  • status = 200

build Command

"build": "CI= react-scripts build"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published