I just want to publish my website that contains ejs files. I didn’t publish any website before using github pages so what should I do for the ejs files? Because as my understanding github pages doesn’t support ejs files, it only supports static files.
I tried to render each ejs file to html files but it cause some errors because I’m sending data from my database at the backend part and this data cause erros while rendering.