steventran619 / tbmhp

Remake of the Thomas Batterman Mental Health Project website.
https://main.d2g07unwlxox5e.amplifyapp.com/
0 stars 0 forks source link

Updated Header, Footers Components #6

Closed steventran619 closed 10 months ago

steventran619 commented 10 months ago
steventran619 commented 10 months ago
// vite.config.ts

// for github pages:
export default defineConfig({
  base: '/tbmhp/',
  plugins: [react()]
})

// for AWS Amplify:
export default defineConfig({
  plugins: [react()]
})