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
778
778
This is helpful when renaming folders with many subfolders and files because
779
779
there is support for splatting and placeholders (but not regular expressions). See
780
780
[ 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 ` .
782
782
783
783
Otherwise, the following steps are necessary for moving content:
784
784
1 . Rename file or folder
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ module:
16
16
- source : " content/images"
17
17
target : " assets/images"
18
18
19
+ - source : " static"
20
+ target : " static"
21
+
19
22
markup :
20
23
highlight :
21
24
noClasses : false
File renamed without changes.
You can’t perform that action at this time.
0 commit comments