Remove "same path" restriction when using resources.Copy

This commit is contained in:
Joe Mooring 2024-04-16 08:32:31 -07:00 committed by GitHub
parent 66237fe12d
commit 3873cf2097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,8 +25,6 @@ The relative URL of the new published resource will be:
/img/new-image-name.jpg
```
The target path must be different than the source path, as shown in the example above.
{{% note %}}
Use the `resources.Copy` function with global, page, and remote resources.
{{% /note %}}