Skip to content

Commit

Permalink
Rebrand icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Aug 20, 2024
1 parent b5d8b4b commit abc68fb
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { hopeTheme } from "vuepress-theme-hope";
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
import { registerComponentsPlugin } from "@vuepress/plugin-register-components";
import { redirectPlugin } from "@vuepress/plugin-redirect";
import { linksCheckPlugin } from "@vuepress/plugin-links-check";
import { getSidebar } from "./sidebar";

export default defineUserConfig({
Expand All @@ -13,33 +12,6 @@ export default defineUserConfig({
"Learn how to build with SubQuery. SubQuery is a fast, flexible, and reliable open-source data indexer that provides you with custom APIs for your web3 project. Build your API anywhere across multiple chains in minutes with our open-source SDK.",
head: [
["link", { rel: "icon", href: "/assets/img/logo.png" }],
[
"link",
{
rel: "apple-touch-icon",
type: "image/png",
sizes: "180x180",
href: "/assets/favicons/apple-touch-icon.png",
},
],
[
"link",
{
rel: "icon",
type: "image/png",
sizes: "32x32",
href: "/assets/favicons/favicon-32x32.png",
},
],
[
"link",
{
rel: "icon",
type: "image/png",
sizes: "16x16",
href: "/assets/favicons/favicon-16x16.png",
},
],
[
"meta",
{
Expand Down
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/favicons/favicon-16x16.png
Binary file not shown.
Binary file not shown.
Binary file modified docs/.vuepress/public/assets/favicons/favicon.ico
Binary file not shown.
Binary file added docs/.vuepress/public/assets/favicons/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/.vuepress/public/assets/icons/icon-128x128.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-144x144.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-152x152.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-192x192.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-384x384.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-48x48.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-512x512.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-72x72.png
Binary file not shown.
Binary file removed docs/.vuepress/public/assets/icons/icon-96x96.png
Binary file not shown.
Binary file modified docs/.vuepress/public/assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abc68fb

Please sign in to comment.