mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
7 lines
212 B
TypeScript
7 lines
212 B
TypeScript
import { defineUserConfig } from 'vuepress'
|
|
|
|
export default defineUserConfig({
|
|
title: 'IT4C Frontend Boilerplate Documentation',
|
|
description: 'IT4C Frontend Boilerplate Documentation',
|
|
dest: 'build/docs'
|
|
}) |