diff --git a/bindings/pydeck/docs/conf.py b/bindings/pydeck/docs/conf.py index 32c1f79d3e6..c78b9a5c953 100644 --- a/bindings/pydeck/docs/conf.py +++ b/bindings/pydeck/docs/conf.py @@ -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" diff --git a/examples/gallery/build-tools/index.html b/examples/gallery/build-tools/index.html index 42ce1d77aef..051504b1170 100644 --- a/examples/gallery/build-tools/index.html +++ b/examples/gallery/build-tools/index.html @@ -6,7 +6,7 @@ - + diff --git a/examples/gallery/build-tools/page.html b/examples/gallery/build-tools/page.html index 0c4c48d372e..f3930da4436 100644 --- a/examples/gallery/build-tools/page.html +++ b/examples/gallery/build-tools/page.html @@ -7,7 +7,7 @@ - + diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4841660fbac..b3308e5c060 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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, diff --git a/website/static/favicon.ico b/website/static/favicon.ico deleted file mode 100644 index 83cdafe4874..00000000000 Binary files a/website/static/favicon.ico and /dev/null differ diff --git a/website/static/favicon.png b/website/static/favicon.png new file mode 100644 index 00000000000..70380e7b02b Binary files /dev/null and b/website/static/favicon.png differ