Skip to content

Commit 0473eb6

Browse files
committed
Fix root base
1 parent 41031bb commit 0473eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import tailwindcss from '@tailwindcss/vite';
1010
const vitePressOptions: UserConfig = {
1111
title: 'Carbon',
1212
description: 'A simple PHP API extension for DateTime.',
13-
base: '/carbon/',
13+
base: '/',
1414
head: [
1515
[
1616
'link', {

0 commit comments

Comments
 (0)