mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
9 lines
248 B
TypeScript
9 lines
248 B
TypeScript
import { defineUserConfig } from 'vuepress'
|
|
|
|
export default defineUserConfig({
|
|
title: 'IT4C Frontend Boilerplate Documentation',
|
|
description: 'IT4C Frontend Boilerplate Documentation',
|
|
dest: 'build/docs',
|
|
base: '/boilerplate-frontend/',
|
|
})
|