Skip to content

Commit 950ffbc

Browse files
committed
chore: remove unnecessary base configuration in vite.config.ts
1 parent 6ecc855 commit 950ffbc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/vite.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
import { defineConfig } from 'vite';
22

3-
export default defineConfig({
4-
// TODO(CNAME): Remove when we get discord-components.js.org
5-
base: '/discord-components/'
6-
});
7-
8-
// TODO(CNAME): Run once when we get discord-components.js.org
9-
// printf "discord-components.js.org" >> docs/public/CNAME
3+
export default defineConfig({});

0 commit comments

Comments
 (0)