Skip to content

Commit 67ef42e

Browse files
committed
feat: custom domain support (agentanycast.io)
1 parent 9ed31a4 commit 67ef42e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

public/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
agentanycast.io

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'
33
import tailwindcss from '@tailwindcss/vite'
44

55
export default defineConfig({
6-
base: '/website/',
6+
base: '/',
77
plugins: [react(), tailwindcss()],
88
})

0 commit comments

Comments
 (0)