Skip to content

Commit

Permalink
Move logo to public folder and update root in config
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Sep 24, 2023
1 parent 7a28698 commit 3e992bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: "Commoners",
description: "Building Solidarity across Platforms",
base: './', // Ensure asset links are routed properly

head: [['link', { rel: 'icon', href: '/logo.png' }]],

Expand Down
File renamed without changes

0 comments on commit 3e992bb

Please sign in to comment.