Skip to content

Commit e079e09

Browse files
committed
Fix base path for custom domain in Vite configuration
1 parent dd8de19 commit e079e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ const copyCNAME = () => {
1313
};
1414

1515
export default defineConfig({
16-
base: '/port/', // updated to match repository name
16+
base: '/', // Set base to '/' for custom domain
1717
plugins: [copyCNAME()],
1818
});

0 commit comments

Comments
 (0)