Skip to content

Commit 8f272b3

Browse files
committed
refactor: seo
1 parent cf2fe28 commit 8f272b3

File tree

158 files changed

+1385
-1692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+1385
-1692
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
},
6161
"reactSnap": {
6262
"concurrency": 4,
63+
"delay": 5000,
6364
"puppeteerArgs": [
6465
"--no-sandbox",
6566
"--disable-setuid-sandbox"

public/banner.piml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
(type) info
7575
(from) 2026-01-16T00:00:00Z
7676
(to) 2026-01-22T23:59:59Z
77-
(text) GITHUB THUMBNAIL GENERATOR ONLINE: GENERATE PROFESSIONAL SOCIAL PREVIEW IMAGES AND README HEADERS FOR YOUR PROJECTS. ACCESS AT /APPS::GHTG.
77+
(text) GITHUB THUMBNAIL GENERATOR ONLINE: GENERATE PROFESSIONAL SOCIAL PREVIEW IMAGES AND README HEADERS FOR YOUR PROJECTS. ACCESS AT /APPS/GITHUB-THUMBNAIL-GENERATOR.
7878
(isActive) true
7979
(link) /apps/github-thumbnail-generator
8080
(linkText) See Github Thumbnail Gen
58.2 KB
Loading
53.8 KB
Loading
90.5 KB
Loading
56.6 KB
Loading
59.9 KB
Loading

public/posts/how-fractal-flora-works.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from the branching of trees to the delicate veins of a leaf? Much of this comple
33
often involving **fractals** and **recursion**.
44
Our new "Fractal Flora" app lets you explore these principles by growing your own digital trees with a few sliders.
55

6-
> [Try apps::flora here](/apps::flora)
6+
> [Try apps::flora here](/apps/flora)
77

88

99
This post will peel back the layers and explain the core mechanics behind the app.

public/posts/image-toolkit-deep-dive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this blog post, we'll take a deep dive into the implementation of the Image Toolkit app. We'll explore the various image filters and their algorithms, and we'll also discuss a common React Hook-related warning and how to fix it.
44

5-
You can try it here [apps::itk](/apps::itk)
5+
You can try it here [apps::itk](/apps/image-toolkit)
66

77
## The Filters
88

public/posts/picker-wheel-deep-dive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this post, we'll take a deep dive into the implementation of the Picker Wheel app, a fun and interactive way to pick a random winner from a list of entries. We'll explore how it's built using React, the Canvas API, and Tailwind CSS, and we'll cover the key concepts and techniques used in its development.
44

5-
You can play with it here [apps::pw](/apps::pw)
5+
You can play with it here [apps::pw](/apps/picker-wheel)
66

77
## The Canvas Wheel
88

0 commit comments

Comments
 (0)