Skip to content

Commit 943ca71

Browse files
committed
[website] Fix logo files are not found after deploying
Use the `pathname://` protocol to disable automatic asset linking which generate url link without appending a hash. This fix the issue of Not Found Logo files. https://docusaurus.io/docs/markdown-features/assets#static-assets
1 parent a6c4ae3 commit 943ca71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

website/community/fluss-logos.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ We provide the Fluss logo in different formats and variants.
2828
You can download the logos in SVG and PNG formats from the following links:
2929

3030
- Colored logo
31-
- with black text: [colored_logo.svg](@site/static/img/logo/svg/colored_logo.svg), [color_logo.png](@site/static/img/logo/png/colored_logo.png)
32-
- without text: [colored_logo_notext.svg](@site/static/img/logo/svg/colored_logo_notext.svg), [colored_logo_notext.png](@site/static/img/logo/png/colored_logo_notext.png)
31+
- with black text: [colored_logo.svg](pathname:///img/logo/svg/colored_logo.svg), [color_logo.png](pathname:///img/logo/png/colored_logo.png)
32+
- without text: [colored_logo_notext.svg](pathname:///img/logo/svg/colored_logo_notext.svg), [colored_logo_notext.png](pathname:///img/logo/png/colored_logo_notext.png)
3333
- White color logo
34-
- with black text: [white_color_logo.svg](@site/static/img/logo/svg/white_color_logo.svg), [white_color_logo.png](@site/static/img/logo/png/white_color_logo.png)
35-
- without text: [white_color_logo_notext.svg](@site/static/img/logo/svg/white_color_logo_notext.svg), [white_color_logo_notext.png](@site/static/img/logo/png/white_color_logo_notext.png)
34+
- with black text: [white_color_logo.svg](pathname:///img/logo/svg/white_color_logo.svg), [white_color_logo.png](pathname:///img/logo/png/white_color_logo.png)
35+
- without text: [white_color_logo_notext.svg](pathname:///img/logo/svg/white_color_logo_notext.svg), [white_color_logo_notext.png](pathname:///img/logo/png/white_color_logo_notext.png)
3636
- Black outline logo
37-
- with black text: [black_outline.svg](@site/static/img/logo/svg/black_outline.svg), [black_outline.png](@site/static/img/logo/png/black_outline.png)
38-
- without text: [black_outline_notext.svg](@site/static/img/logo/svg/black_outline_notext.svg), [black_outline_notext.png](@site/static/img/logo/png/black_outline_notext.png)
37+
- with black text: [black_outline.svg](pathname:///img/logo/svg/black_outline.svg), [black_outline.png](pathname:///img/logo/png/black_outline.png)
38+
- without text: [black_outline_notext.svg](pathname:///img/logo/svg/black_outline_notext.svg), [black_outline_notext.png](pathname:///img/logo/png/black_outline_notext.png)
3939
- White filled logo
40-
- with black text: [white_filled.svg](@site/static/img/logo/svg/white_filled.svg), [white_filled.png](@site/static/img/logo/png/white_filled.png)
41-
- without text: [white_filled_notext.svg](@site/static/img/logo/svg/white_filled_notext.svg), [white_filled_notext.png](@site/static/img/logo/png/white_filled_notext.png)
40+
- with black text: [white_filled.svg](pathname:///img/logo/svg/white_filled.svg), [white_filled.png](pathname:///img/logo/png/white_filled.png)
41+
- without text: [white_filled_notext.svg](pathname:///img/logo/svg/white_filled_notext.svg), [white_filled_notext.png](pathname:///img/logo/png/white_filled_notext.png)
4242

4343

4444

0 commit comments

Comments
 (0)