Getting 'page not found' when putting site live

Hey all,

I purchased a template online for a portfolio I am trying to create.
The site works perfect when I open it in local.

But when I try and get it live it says this:

11:08:28 PM: Build ready to start

11:08:29 PM: build-image version: d2c6dbeac570350a387d832f64bc980dc964ad65 (focal)

11:08:29 PM: build-image tag: v4.8.0

11:08:29 PM: buildbot version: 0475eccc4c4863180929fe6d58b546f8277ad384

11:08:29 PM: Fetching cached dependencies

11:08:30 PM: Starting to download cache of 8.7MB

11:08:30 PM: Finished downloading cache in 252.363094ms

11:08:30 PM: Starting to extract cache

11:08:30 PM: Finished extracting cache in 84.301491ms

11:08:30 PM: Finished fetching cache in 337.822258ms

11:08:30 PM: Starting to prepare the repo for build

11:08:30 PM: Preparing Git Reference refs/heads/main

11:08:30 PM: Parsing package.json dependencies

11:08:31 PM: No build steps found, continuing to publishing

11:08:31 PM: Starting to deploy site from ‘/’

11:08:31 PM: Creating deploy tree

11:08:31 PM: Creating deploy upload records

11:08:31 PM: 0 new files to upload

11:08:31 PM: 0 new functions to upload

11:08:31 PM: Starting post processing

11:08:31 PM: Post processing - HTML

11:08:31 PM: Post processing - header rules

11:08:32 PM: Post processing - redirect rules

11:08:32 PM: Finished processing build request in 2.474874942s

11:08:32 PM: Post processing done

11:08:34 PM: Site is live :sparkles:

Any ideas? thanks

You’ve not added any build command. Depending on your setup which you’ve not explained, you might need some additional commands to build the site.

It’s been a while since I uploaded a new site to Netlify…
What am I missing here?

Could you help us with more details like your site name and repo (or the template link)?

Yes

https://github.com/LyeTilley/portflio2022test

Template link: Cavani - Personal Portfolio Template by Marketify | ThemeForest

You need to go here: Netlify App and change the base directory to html.

Also, you need to rename index-particle.html to index.html.

You’re awesome. It is live now - https://thriving-vacherin-ef607f.netlify.app/
buttttt,
I can only see the contents of the site when I shrink it to a smaller size than desktop? Any ideas? thanks

That’s because, this div:

image

is overlapping everything else:

image

That’s set to display: none on smaller screens.

It’s working - I took it away and display: none the entire thing. (the div)

Youre great. thank you so much