mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +00:00
9 lines
256 B
TypeScript
9 lines
256 B
TypeScript
import { defineUserConfig } from 'vuepress'
|
|
|
|
export default defineUserConfig({
|
|
title: 'IT4C Frontend Boilerplate Documentation',
|
|
description: 'IT4C Frontend Boilerplate Documentation',
|
|
dest: 'build/docs',
|
|
base: process.env.VUEPRESS_BASE ?? '/',
|
|
})
|