Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40e151a

Browse files
committedJul 26, 2024·
feat(logos): create redirects for logo files
logo-dark goes to the logo with dark text logo-light goes to the logo with light text
1 parent 6b71abd commit 40e151a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed
 
26.7 KB
Loading
28.1 KB
Loading

‎src/logo-dark.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: redirected
3+
redirect_to: /assets/compiler_logo_stacked_BlackTeal.png
4+
---

‎src/logo-light.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: redirected
3+
redirect_to: /assets/compiler_logo_stacked_WhiteTeal.png
4+
---

0 commit comments

Comments
 (0)
Please sign in to comment.