Skip to content

Commit 839d169

Browse files
committed
adiciona URL base para GitHub Pages na configuração do VuePress
1 parent bc26729 commit 839d169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { viteBundler } from '@vuepress/bundler-vite'
22
import { defaultTheme } from '@vuepress/theme-default'
33
import { defineUserConfig } from 'vuepress'
44

5-
65
export default defineUserConfig({
76
title: 'EduPrime.chat',
87
description: 'Mais tempo para o professor',
8+
base: '/docs/', // Adiciona base URL para GitHub Pages
99
bundler: viteBundler(),
1010
theme: defaultTheme(),
1111
})

0 commit comments

Comments
 (0)