I have blog listing website where I build using Next js SSG. I did installed the bootstrap and used it. it is working fine when i runs it locally. but when I create build using output: "export" for SSG website. but when I try to open the html pages of out/dist directory. the bootstrap breaks and site is not showing as it should be.
example: abc/blog is working fine but abc/blog/1212 is not working as expected.