AOSSIE-Org / website

AOSSIE Offical Website
https://aossie-org.github.io/website/
MIT License
15 stars 112 forks source link

Github Actions CI/CD Build Failing #1

Open chandansgowda opened 6 months ago

chandansgowda commented 6 months ago

Refer - https://github.com/AOSSIE-Org/website/actions/runs/7853672401

ShivamMenda commented 6 months ago

@chandansgowda This seems to be a problem concerning the next.config.mjs file. Ref-: https://www.freecodecamp.org/news/how-to-deploy-next-js-app-to-github-pages/ I want to try taking this up and see if I have any luck automating it.

chandansgowda commented 6 months ago

@ShivamMenda please start working on it asap.

ShivamMenda commented 6 months ago

@chandansgowda I'm getting this error while I'm building locally.

Screenshot 2024-02-12 at 11 03 01 PM

Any idea what the this.getData() is?

ShivamMenda commented 6 months ago

export default (props) => <IdeaLayout meta={meta} {...props} /> This is where it is not able to parse is what my guess is, as it's a mdx file, jsx code can't be injected

HimanshuKhatarkar commented 6 months ago

Hey @chandansgowda and @ShivamMenda are you still working I'd like to contribute on this.

chandansgowda commented 6 months ago

Hey @HimanshuKhatarkar You can work along with @ShivamMenda

kesh-007 commented 6 months ago

I am interested in contributing to this !