Skip to content

Commit 1dfe68d

Browse files
esmcelroyCopilot
andcommitted
fix: set base to / for custom domain and add CNAME
Custom domain: squarify.esmcelroy.ca Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2769890 commit 1dfe68d

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+
squarify.esmcelroy.ca

vite.config.ts

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

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

0 commit comments

Comments
 (0)