Blank react app with custom domain

Hello I’m having an issue getting a blank page after deploying my react-app.Here is my github repo just in case I’m missing anything. (GitHub - harrisharris1/andrea-portfolio) & Here is what I get in the log :
12:33:23 PM: Build ready to start

12:33:25 PM: build-image version: 342853e31ef590be8195dfbea64bbc4657de7b6b

12:33:25 PM: build-image tag: v3.3.16

12:33:25 PM: buildbot version: 0ffb969a1fc5a7aa9d2a93dd77dd40a990576807

12:33:25 PM: Fetching cached dependencies

12:33:25 PM: Starting to download cache of 824.6KB

12:33:25 PM: Finished downloading cache in 101.359523ms

12:33:25 PM: Starting to extract cache

12:33:25 PM: Finished extracting cache in 22.143929ms

12:33:25 PM: Finished fetching cache in 124.643426ms

12:33:25 PM: Starting to prepare the repo for build

12:33:25 PM: Preparing Git Reference refs/heads/master

12:33:27 PM: No build command found, continuing to publishing

12:33:27 PM: Starting to deploy site from ‘portfolio/public’

12:33:27 PM: Creating deploy tree

12:33:27 PM: Creating deploy upload records

12:33:27 PM: 0 new files to upload

12:33:27 PM: 0 new functions to upload

12:33:27 PM: Starting post processing

12:33:27 PM: Post processing done

12:33:27 PM: Finished processing build request in 2.418451199s

12:33:27 PM: Site is live

Thank for any help in advanced!!

Hi @aharris :wave:t2:

12:33:27 PM: No build command found, continuing to publishing

is your site a purely static react app with all of its contents stored statically in the portfolio/public directory? Based on just reading through your build log, it looks like there were no files actually in that folder :thinking:


Jon

hi @jonsully! Thank you for answering!
I have all my components and styles in different folders inside the src folder. I tried to set the publish directory to portfolio/src but it didn’t work either. Feel free to take a look at my repo if you like!

hey there, can you post your build settings and your package.json please? looks like something isn’t configured quite right.