1
0
Fork 0
freesewing/markdown/org/docs/en.md
joostdecock e2bf337bb2 fix(org): Load MDX dynamically to reduce the number of routes
Prior to this commit we'd generate a page for each MDX document as that
avoids having to load MDX dynamically (which can be tricky) or through
static props (which causes issues with serialization).

However, Vercel (which hosts for us) has an upper limit on the number of
routes, and because of this extensive documentation, we blew passed it
with this approach.

This changes to a dynamic resolution of MDX content with an async import
in the useEffect hook. This should drastically reduce the number of
routes and make Vercel happy.

I didn't do much digging into the effects of this on SSR. If it turns
out it's causes issues, we'll deal with it at that time.
2023-05-20 14:06:39 +02:00

554 B

title
Documentation

Welcome to the FreeSewing documentation for makers. Here you will find all the documentation for our various designs as well as how to take measurements, documentation for various sewing terms and techniques.

If you're new to FreeSewing, please take a moment to read the getting started documentation.

If you're looking for developer/contributor docs, please refer to FreeSewing.dev instead.