Skip to content

Commit

Permalink
docs: fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Apr 24, 2022
1 parent 36275de commit 739198c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/pwa-192x192.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 modified docs/public/pwa-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ addIcons(
name: "oh-vue-icons",
width: 32,
height: 32,
raw: `<g style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5" stroke="currentColor"><path d="M176.735 85.384 17.333 335.283" style="stroke-width:31.6px" transform="matrix(.0626 0 0 .06395 2.943 2.777)"/><path d="M176.735 85.384 17.333 335.283" style="stroke-width:18.82px" transform="matrix(.15025 0 0 -.00016 1.424 24.272)"/><path d="M176.735 85.384 17.333 335.283" style="stroke-width:40.94px" transform="matrix(-.04888 0 0 .0488 28.68 7.675)"/><path d="M176.735 85.384 17.333 335.283" style="stroke-width:71.04px" transform="matrix(.0278 0 0 .02848 15.127 9.41)"/><path d="M176.735 85.384 17.333 335.283" style="stroke-width:147.83px" transform="matrix(-.01357 0 0 .01349 16.5 7.235)"/><path d="M353.931 24.219c12.109 0 21.941 9.832 21.941 21.941 0 12.109-9.832 21.941-21.941 21.941-12.11 0-21.941-9.832-21.941-21.941 0-12.109 9.831-21.941 21.941-21.941Zm0 0c12.109 0 21.941 9.832 21.941 21.941 0 12.109-9.832 21.941-21.941 21.941-12.11 0-21.941-9.832-21.941-21.941 0-12.109 9.831-21.941 21.941-21.941Z" style="stroke-width:17.67px" transform="matrix(.08486 0 0 .08486 -4.428 5.687)"/></g>`
raw: `<g style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5" stroke="currentColor"><path d="M13.872 7.718 3.224 24.767" style="stroke-width:2.13px"/><path d="m28.486 24.646-25.061.2" style="stroke-width:2px"/><path d="m20.308 11.563 8.313 13.01M20.308 11.563l-4.729 7.593M13.972 7.877l2.307 3.596" style="stroke-width:2.13px"/><path d="M26.245 7.19a1.987 1.987 0 1 1-.002 3.974 1.987 1.987 0 0 1 .002-3.974Zm0 0a1.987 1.987 0 1 1-.002 3.974 1.987 1.987 0 0 1 .002-3.974Z" style="stroke-width:1.6px"/></g>`
}
);

Expand Down
2 changes: 1 addition & 1 deletion docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default defineConfig({
generateSitemap();
},
includedRoutes() {
return ["/", "/docs/", "/zh/", "/zh/docs/"];
return ["/", "/docs", "/zh/", "/zh/docs"];
}
}
});

0 comments on commit 739198c

Please sign in to comment.