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 eb38f7b commit 7394407Copy full SHA for 7394407
1 file changed
docs-app/.vitepress/config.mts
@@ -4,6 +4,7 @@ import { defineConfig } from 'vitepress'
4
export default defineConfig({
5
title: "ember-exam",
6
description: "Run your tests with randomization, splitting, and parallelization for beautiful tests.",
7
+ base: 'ember-exam',
8
markdown: {
9
// theme: {
10
// ...dark,
0 commit comments