diff options
| author | 2021-02-22 10:02:26 +0300 | |
|---|---|---|
| committer | 2021-02-22 10:02:26 +0300 | |
| commit | 3dece70f5232fb25b74df027483d3dd18d8af8de (patch) | |
| tree | 253f5d9b4c70ca1e5ef1602141a1f578536cfa76 /public/branding | |
| parent | Merge pull request #153 from python-discord/dependabot/npm_and_yarn/types/nod... (diff) | |
Fixes Broken Links To Assets
Sets asset links to absolute paths, so they work on pages.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'public/branding')
| -rw-r--r-- | public/branding/browserconfig.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/public/branding/browserconfig.xml b/public/branding/browserconfig.xml index 0dd2cec..6e813e5 100644 --- a/public/branding/browserconfig.xml +++ b/public/branding/browserconfig.xml @@ -2,7 +2,7 @@  <browserconfig>      <msapplication>          <tile> -            <square150x150logo src="branding/mstile-150x150.png"/> +            <square150x150logo src="/branding/mstile-150x150.png"/>              <TileColor>#2d89ef</TileColor>          </tile>      </msapplication>  |