Skip to content

Commit 233f2b2

Browse files
committed
Setup Github Pages with custom domain
1 parent 373b060 commit 233f2b2

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+
maceducando.com

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
55
import { defineConfig } from 'vite'
66

77
export default defineConfig({
8-
base: '/mac-educando-website/',
8+
base: '/',
99
plugins: [react(), tailwindcss()],
1010
resolve: {
1111
alias: {

0 commit comments

Comments
 (0)