Skip to content

Commit

Permalink
chore(vitepress): correct base path
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed Feb 24, 2024
1 parent e32076e commit 242e659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/native-modal',
title: "NativeModal",
description: "Tiny wrapper over <dialog />",
themeConfig: {
Expand Down Expand Up @@ -33,7 +34,6 @@ export default defineConfig({
]
},
vite: {
base: '/native-modal',
build: {
rollupOptions: {
external: ["vue/server-renderer", "vue"]
Expand Down

0 comments on commit 242e659

Please sign in to comment.