Skip to content

Commit 4a2f1ad

Browse files
committed
fix markdown
1 parent acd9b55 commit 4a2f1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025/02/14/sunsetting-create-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ However, this requires correctly configuring the loaders in your app and trades
193193

194194
### Code Splitting {/*code-splitting*/}
195195

196-
Another common problem in Create React App is [code splitting](https://www.patterns.dev/vanilla/bundle-splitting. Create React App does not include a specific code splitting solution. If you're just getting started, you might not consider code splitting at all.
196+
Another common problem in Create React App is [code splitting](https://www.patterns.dev/vanilla/bundle-splitting). Create React App does not include a specific code splitting solution. If you're just getting started, you might not consider code splitting at all.
197197

198198
This means your app is shipped as a single bundle:
199199

0 commit comments

Comments
 (0)