Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

netlify refresh page not found

/* 
	add netlify.toml file to the root directory of your project
	and paste the following code in it
*/
[[redirects]]
  from = "/*"
  to = "/"
  status = 200
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #netlify #refresh #page
ADD COMMENT
Topic
Name
9+4 =