Skip to content

Commit 461dd43

Browse files
committed
Refine config
1 parent a5284e4 commit 461dd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.pages.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { defineConfig } from "vite";
88

99
const __dirname = dirname(fileURLToPath(import.meta.url));
1010

11-
const chatComponentsPath = fileURLToPath(new URL("../lib/components", import.meta.url));
11+
const chatComponentsPath = fileURLToPath(new URL("lib/components", import.meta.url));
1212

1313
const globalPackages = {
1414
"@cloudscape-design/components": "components",

0 commit comments

Comments
 (0)