Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bindings/pydeck/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sys.path.insert(0, os.path.abspath("../"))

project = "pydeck"
copyright = "2024, vis.gl, a Series of LF Projects, LLC"
copyright = "Vis.gl Contributors"
author = "Andrew Duberstein"
# The short X.Y version
version = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/build-tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

<!-— facebook open graph tags -->
<meta property="og:url" content="https://visgl.github.io/deck.gl/showcases/gallery" />
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/build-tools/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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

<!-— facebook open graph tags -->
<meta property="og:url" content="https://visgl.github.io/deck.gl/showcases/gallery" />
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config = {
baseUrl: process.env.STAGING ? '/deck.gl/' : '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: '/favicon.ico',
favicon: '/favicon.png',
organizationName: 'visgl', // Usually your GitHub org/user name.
projectName: 'deck.gl', // Usually your repo name.
trailingSlash: false,
Expand Down
Binary file removed website/static/favicon.ico
Binary file not shown.
Binary file added website/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading