Skip to content

Commit 04d8adb

Browse files
committed
Lint
1 parent acf0fb9 commit 04d8adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cloud/rebrand-assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ On Craft Cloud, we recommend explicitly setting `CRAFT_REBRAND_PATH` to a path w
1212

1313
…then making sure that path is tracked in your git repository. Rebrand assets must be present when your project is deployed, and they cannot be uploaded to the control panel.
1414

15-
If you use `@root/storage/rebrand` (and based your project on our `craftcms/craft` [starter project](/knowledge-base/using-the-starter-project)), you don't need to do anything else for Craft to pick up the icons—the `storage/rebrand/` folder is [already tracked](https://github.com/craftcms/craft/blob/5.x/storage/.gitignore) and will be available in the image we build and deploy.
15+
If you use `@root/storage/rebrand` (and based your project on our `craftcms/craft` [starter project](/knowledge-base/using-the-starter-project)), you dont need to do anything else for Craft to pick up the icons—the `storage/rebrand/` folder is [already tracked](https://github.com/craftcms/craft/blob/5.x/storage/.gitignore) and will be available in the image we build and deploy.
1616

1717
Otherwise, you may need to relocate your assets so they agree with this path. Test your configuration locally by setting `CRAFT_REBRAND_PATH` in your `.env` file!
1818

1919
::: tip
20-
Prefix the path with `@root` to ensure it's within your project directory.
20+
Prefix the path with `@root` to ensure its within your project directory.
2121
:::
2222

2323
After changing one or more environment variables, Console will remind you to start a [deployment](deployment.md) to apply the configuration.

0 commit comments

Comments
 (0)