I’ve recently started my own website. I’m using Zola as the static site generator and Netlifly to deploy my website, I am getting an error related to the base directories, I’m not sure what I can do to fix this error
10:02:31 AM: build-image version: 73def8bb10593b9b818f44989a75ea508018ccb7 (focal) 10:02:31 AM: build-image tag: v4.5.2 10:02:31 AM: buildbot version: 14fdb82524803865d49dbc4b5c6a92123299a12e 10:02:31 AM: Building without cache 10:02:31 AM: Starting to prepare the repo for build 10:02:31 AM: No cached dependencies found. Cloning fresh repo 10:02:31 AM: git clone https://github.com/cafezinho21/gbsite 10:02:32 AM: Preparing Git Reference refs/heads/main 10:02:33 AM: Parsing package.json dependencies 10:02:33 AM: Creating deploy upload records 10:02:34 AM: Failing build: Failed to parse configuration 10:02:34 AM: Failed during stage ‘Reading and parsing configuration files’: When resolving config: Base directory does not exist: /opt/build/repo/opt/build/repo/gbsite
: exit status 1 10:02:34 AM: Finished processing build request in 3.043521483s
My question is what can I do to fix this problem?
By the way, my localhost version is working with no problems.