1
0
Fork 0
Commit graph

59 commits

Author SHA1 Message Date
joostdecock
10c3fb660a chore: Linter warnings 2023-05-26 13:35:03 +02:00
Joost De Cock
a57ca51fc4 chore: Linter warnings 2023-05-24 17:18:37 +02:00
Joost De Cock
483daa10d7 chore(dev): Index page tweaks 2023-05-23 16:41:22 +02:00
Joost De Cock
8404129790 chore(dev): Tweaks to homepage on mobile 2023-05-23 11:35:29 +02:00
Joost De Cock
1693a9ed65 chore(dev): Tweaks on home page and contact 2023-05-23 10:52:39 +02:00
Joost De Cock
d7fa8b9096 feat(dev): Added search 2023-05-22 19:52:23 +02:00
joostdecock
8dff0b8f1b chore(dev): Changed to prebuild and ReadMore 2023-05-21 09:41:20 +02:00
joostdecock
da8d139d90 wip(sites): Prebuild tweaks 2023-05-20 16:56:51 +02:00
joostdecock
a4f192e090 fix(dev): 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 13:22:36 +02:00
joostdecock
096c7290c1 chore(dev): Fixed some linter warnings 2023-05-17 13:12:34 +02:00
joostdecock
e4d25f1319 chore(dev): Added fixme to homepage 2023-05-17 13:03:39 +02:00
joostdecock
96079ad4cc feat(dev): Added the about page 2023-05-17 12:21:40 +02:00
joostdecock
4fae3a425f feat(dev): Ported dev site to new v3 site framework 2023-05-16 10:34:13 +02:00
joostdecock
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +02:00
Joost De Cock
91c0627cdd chore(shared): Shared navigation and wordmark tweaks 2023-03-26 09:18:51 +02:00
Joost De Cock
1745469bb0 chore: Fix icon view for nav 2023-03-26 08:49:21 +02:00
Joost De Cock
4697fbd999 chore(dev): Menu tweaks 2023-03-26 08:32:44 +02:00
Joost De Cock
e4c45e2e9b chore(dev): Added contact page to nav structure 2023-03-26 07:38:15 +02:00
Joost De Cock
85c0916186 chore(shared): Renamed saa to path 2023-03-26 06:56:43 +02:00
Joost De Cock
244f4524c4 wip(dev): Refactoring navigation 2023-03-26 06:51:11 +02:00
joostdecock
758b38c966 chore(shared): Fixed linter warning 2023-02-05 19:17:01 +01:00
joostdecock
dc1f1d7029 fix(dev): Fixed dev build 2023-02-05 16:51:52 +01:00
joostdecock
db789180b6 feat(dev): Ported dev site to named exports 2023-01-29 17:36:15 +01:00
Joost De Cock
d556f69b47 chore: Move title to page wrapper for dev site 2023-01-12 11:40:56 +01:00
Benjamin F
9b22375090 fix(dev,lab): Add <title> tags to HTML pages 2023-01-08 22:21:35 -08:00
Enoch Riese
477a4d93f5 everything passes lint 2022-12-03 11:25:02 -06:00
starfetch
8df3a662a0
chore(dev-docs): typo 2022-10-18 16:49:06 +02:00
starfetch
ff37c6127c
fix(dev-docs): link to migration guide 2022-10-18 16:45:13 +02:00
Joost De Cock
1484a7ab60 fix(dev): Full url to og images 2022-10-18 14:01:12 +02:00
Joost De Cock
8ca1dede82 chore(dev): Tweak to homepage OG 2022-10-18 13:58:12 +02:00
Joost De Cock
f6a2a1e892 fix(dev): Typo in contact page 2022-10-17 20:47:10 +02:00
Joost De Cock
e53e12ae89 chore(dev): Tweaks to homepage 2022-10-17 09:44:10 +02:00
Joost De Cock
c3bccb8eaf chore: Include translation in contact page 2022-10-17 09:03:30 +02:00
Joost De Cock
689c57d137 fix(dev): Font size on contact page 2022-10-16 23:19:33 +02:00
Joost De Cock
3b8382dbd4 chore(dev): Remove translations from contact page 2022-10-16 23:14:03 +02:00
Joost De Cock
0053e2e850 chore(dev): Tweaks to 404 page 2022-10-16 23:11:35 +02:00
Joost De Cock
3e7a815edf feat(dev): Added contact page 2022-10-15 20:58:36 +02:00
Joost De Cock
6bd84f4201 feat(dev): Added 404 page 2022-10-15 17:21:12 +02:00
Joost De Cock
55e376647e feat(dev): Generate OG images at build time 2022-10-15 05:24:18 +02:00
Joost De Cock
f673e485ad chore(dev): Added v2 link to homepage 2022-10-13 15:46:20 +02:00
Joost De Cock
802566968b fix(dev): Add shadow to paron pitch 2022-10-13 15:28:29 +02:00
Joost De Cock
b384c044ea chore(dev): Tweak to homepage padding 2022-10-04 19:24:42 +02:00
Joost De Cock
439bb08d23 chore(dev): Homepage tweaks 2022-10-04 18:47:36 +02:00
Joost De Cock
5615837001 chore(dev): Layout tweaks 2022-10-04 18:25:23 +02:00
Joost De Cock
1e6b583520 chore(dev): Tweaks to home page 2022-10-04 18:01:12 +02:00
Joost De Cock
dab39fe002 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-10-04 01:25:16 +02:00
Joost De Cock
1f4793a5ef feat(dev): Layout/header tweaks 2022-10-04 01:20:49 +02:00
Joost De Cock
beefdc1069 chore(dev): Updated helpus component 2022-10-03 17:48:23 +02:00
Enoch Riese
14db0afec0 Merge branch 'develop' into eriese-fix-builds 2022-10-02 22:36:50 -05:00
Joost De Cock
ad87a6c7fd chore(dev): Re-folded all docs into one page, dropped viz.js
Did some digging into why the page size had ballooned, and it turns out
it was due to viz.js taking up half the bundle size. So I've dropped the
Dot custom mdx component, and reverted to having all pages served from
one page using getStaticPaths.

Might optimize a bit more later, but for now page size first load JS
went from 816KB to 272KB so that's a big improvement.
2022-10-03 00:14:11 +02:00