We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903098d commit 1e03f17Copy full SHA for 1e03f17
.vitepress/config.mts
@@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress';
2
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
+ base: '/',
6
title: 'Seed4J',
7
description: 'Modular code generator with clean architecture',
8
themeConfig: {
0 commit comments