Where are the generated DSG html files located? #38693
Unanswered
DanielPBliss
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im looking to find out where the html files are stored pages that have been generated using deferred static generation, as we are looking into the viability of using DSG for our production website and it would be useful for debugging.
I would expect the files to be located in the the public folder in the relevant directory. For example we are looking to use DSG for our product pages, so when I do a normal
gatsby build
the html file for a product would be "public/en/products/exampleProduct/index.html", however after hitting an example product page when usinggatsby serve
these subfolders under "public/en/products" dont exist but the page is still rendered correctly. So I was looking to see if someone could point me in the right direction of where they are stored?Possibly in the .cache folder somewhere?
Beta Was this translation helpful? Give feedback.
All reactions