Skip to content

Commit 0867b4d

Browse files
authored
1 parent cf24277 commit 0867b4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rspress/basic/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as path from 'node:path';
1+
import path from 'node:path';
22
import { defineConfig } from '@rspress/core';
33

44
export default defineConfig({

rspress/custom-theme/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as path from 'node:path';
1+
import path from 'node:path';
22
import { defineConfig } from '@rspress/core';
33

44
export default defineConfig({

0 commit comments

Comments
 (0)