File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ Netlify supports server-side redirects configured with a text file
778778This is helpful when renaming folders with many subfolders and files because
779779there is support for splatting and placeholders (but not regular expressions). See
780780[ Redirect options] ( https://docs.netlify.com/routing/redirects/redirect-options/ )
781- for details. The configuration file is ` site/content /_redirects ` .
781+ for details. The configuration file is ` site/static /_redirects ` .
782782
783783Otherwise, the following steps are necessary for moving content:
7847841 . Rename file or folder
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ module:
1616 - source : " content/images"
1717 target : " assets/images"
1818
19+ - source : " static"
20+ target : " static"
21+
1922markup :
2023 highlight :
2124 noClasses : false
File renamed without changes.
You can’t perform that action at this time.
0 commit comments