Skip to content

Commit

Permalink
Updated favicon/logo
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jan 29, 2024
1 parent 09bb6ce commit 3672882
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
},
},
themeConfig: {
logo: "/img/frictionless-logo.png",
logo: "/img/frictionless-full-logo-blackfont.svg",
// repo: "https://github.com/frictionlessdata",
// repoLabel: "GitHub",
docsRepo: "https://github.com/frictionlessdata/specs",
Expand Down Expand Up @@ -95,10 +95,14 @@ module.exports = {
{ text: "Back to the main site", link: "https://frictionlessdata.io/" },
],
},
plugins: [
["@vuepress/back-to-top"],
],
plugins: [["@vuepress/back-to-top"]],
head: [
["script", { src: "https://plausible.io/js/script.js", "data-domain": "specs.frictionlessdata.io"}],
[
"script",
{
src: "https://plausible.io/js/script.js",
"data-domain": "specs.frictionlessdata.io",
},
],
],
};
Binary file added .vuepress/public/img/favicon.ico
Binary file not shown.
27 changes: 27 additions & 0 deletions .vuepress/public/img/frictionless-full-logo-blackfont.svg
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 3672882

Please sign in to comment.