Skip to content

Commit a0a4adc

Browse files
committed
adiciona nova configuração do VuePress e documentação completa do EduPrime
1 parent 55e4f5a commit a0a4adc

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/.vuepress/config.js renamed to .vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defaultTheme } from '@vuepress/theme-default'
33
import { defineUserConfig } from 'vuepress'
44

55
export default defineUserConfig({
6+
base: '/',
67
title: 'EduPrime.chat',
78
description: 'Mais tempo para o professor',
89
bundler: viteBundler(),
@@ -16,5 +17,4 @@ export default defineUserConfig({
1617
],
1718
}),
1819
// Configure o diretório fonte
19-
sourceDir: 'docs',
2020
})
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)