Skip to content

Commit

Permalink
fix: set URL base
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Oct 27, 2023
1 parent 9d52dbf commit e700b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress'
export default defineConfig({
title: 'v-quicksight',
description: 'A vue3 wrapper for the amazon-quicksight-embedding-sdk',
base: '/v-quicksight/',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand Down

0 comments on commit e700b4d

Please sign in to comment.