i am getting a page not found error, can anyone suggest a solution?
my code is available here :
@karam What’s the link to the site?
@karam Thanks for the link.
Checking that, I can see that it’s just that you’re accidentally deploying your source files.
For example:
https://effortless-licorice-c33faf.netlify.app/package.json
https://effortless-licorice-c33faf.netlify.app/tsconfig.json
You need to set your Build configuration:
https://docs.netlify.com/configure-builds/overview/
I don’t work with Astro so can’t give you the precise values to enter.
You can check the related Netlify documentation here:
https://docs.netlify.com/frameworks/astro/
You can check the Astro documentation here:
https://docs.astro.build/en/guides/deploy/netlify/
1 Like
Thank you @nathanmartin