Skip to content

Commit 4dd0eb9

Browse files
committed
[website] update to a colorful favicon
1 parent 18e9c34 commit 4dd0eb9

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

bindings/pydeck/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
sys.path.insert(0, os.path.abspath("../"))
88

99
project = "pydeck"
10-
copyright = "2024, vis.gl, a Series of LF Projects, LLC"
10+
copyright = "Vis.gl Contributors"
1111
author = "Andrew Duberstein"
1212
# The short X.Y version
1313
version = "0.9"

examples/gallery/build-tools/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="description" content="WebGL-based visualization examples using deck.gl">
88

9-
<link rel="icon" type="img/ico" href="https://visgl.github.io/deck.gl/favicon.ico">
9+
<link rel="icon" type="img/ico" href="https://visgl.github.io/deck.gl/favicon.png">
1010

1111
<!-— facebook open graph tags -->
1212
<meta property="og:url" content="https://visgl.github.io/deck.gl/showcases/gallery" />

examples/gallery/build-tools/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<meta name="description" content="WebGL-based visualization examples using deck.gl">
99

10-
<link rel="icon" type="img/ico" href="https://visgl.github.io/deck.gl/favicon.ico">
10+
<link rel="icon" type="img/ico" href="https://visgl.github.io/deck.gl/favicon.png">
1111

1212
<!-— facebook open graph tags -->
1313
<meta property="og:url" content="https://visgl.github.io/deck.gl/showcases/gallery" />

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const config = {
2020
baseUrl: process.env.STAGING ? '/deck.gl/' : '/',
2121
onBrokenLinks: 'throw',
2222
onBrokenMarkdownLinks: 'warn',
23-
favicon: '/favicon.ico',
23+
favicon: '/favicon.png',
2424
organizationName: 'visgl', // Usually your GitHub org/user name.
2525
projectName: 'deck.gl', // Usually your repo name.
2626
trailingSlash: false,

website/static/favicon.ico

-1.12 KB
Binary file not shown.

website/static/favicon.png

1.21 KB
Loading

0 commit comments

Comments
 (0)