Skip to content

Commit

Permalink
main 🧊 add base url
Browse files Browse the repository at this point in the history
  • Loading branch information
debabin committed Jun 1, 2024
1 parent 03c7a79 commit 8c7dbc8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default async () => {
const sidebarHookItems = await getSidebarHookItems();

return defineConfig({
base: '/reactuse/',
title: 'reactuse',
description: '🚀 the largest and most useful hook library',
vite: {
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import path from 'node:path';
import { defineConfig } from 'vitest/config';

export default defineConfig({
base: '/reactuse/',
test: {
...vitest,
setupFiles: './tests/setupTests.ts'
Expand Down

0 comments on commit 8c7dbc8

Please sign in to comment.