We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecc855 commit 950ffbcCopy full SHA for 950ffbc
docs/vite.config.ts
@@ -1,9 +1,3 @@
1
import { defineConfig } from 'vite';
2
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
+export default defineConfig({});
0 commit comments