Skip to content

Commit

Permalink
adding logo to the page
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-ejag committed Jun 20, 2024
1 parent b542eba commit d4a7ef3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ export default defineUserConfig({
title: "ROAR Developer Documentation",
description: "Documentation for developers working on the ROAR - Rapid Online Assessment of Reading Project for Yeatmanlab at Stanford University.",

// Add the head option to include the favicon
head: [
// ['link', { rel: 'icon', href: '/favicon.ico' }],
// For PNG format:
['link', { rel: 'icon', type: 'image/png', href: 'https://vuejs.press/images/hero.png' }],
// For SVG format:
// ['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }]
],

theme: defaultTheme({
logo: "https://vuejs.press/images/hero.png",
navbar: ["/databases/", "/workflows/", "/dashboard-components/", "/cloud-functions/", "/internationalization/", "/integrating-new-apps/"],
Expand Down

0 comments on commit d4a7ef3

Please sign in to comment.