You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ The longest streak is the highest number of consecutive days on which you have m
146
146
147
147
The current streak is the number of consecutive days ending with the current day on which you have made at least one contribution. If you have made a contribution today, it will be counted towards the current streak, however, if you have not made a contribution today, the streak will only count days before today so that your streak will not be zero.
148
148
149
-
> **Note**
149
+
> [!NOTE]
150
150
> You may need to wait up to 24 hours for new contributions to show up ([Learn how contributions are counted](https://docs.github.com/articles/why-are-my-contributions-not-showing-up-on-my-profile))
151
151
152
152
## 📤 Deploying it on your own
@@ -163,12 +163,13 @@ The Inkscape dependency is required for PNG rendering, as well as Segoe UI font
163
163
164
164
Vercel is the recommended option for hosting the files since it is **free** and easy to set up. Watch the video below or expand the instructions to learn how to deploy to Vercel.
165
165
166
-
> **Note** PNG mode is not supported since Inkscape will not be installed but the default SVG mode will work.
166
+
> [!NOTE]
167
+
> PNG mode is not supported since Inkscape will not be installed but the default SVG mode will work.
167
168
168
169
### 📺 [Click here for a video tutorial on how to self-host on Vercel](https://www.youtube.com/watch?v=maoXtlb8t44)
169
170
170
171
<details>
171
-
<summary><b>Instructions for deploying to Vercel</b></summary>
172
+
<summary><b>Instructions for deploying to Vercel (Free)</b></summary>
172
173
173
174
### Step-by-step instructions for deploying to Vercel
174
175
@@ -190,6 +191,11 @@ Vercel is the recommended option for hosting the files since it is **free** and
> If you receive an error related to libssl or Node 20.x, you can fix this by opening your Vercel project settings and changing the Node.js version to 18.x.
> **Note** To set up automatic Vercel deployments from GitHub, make sure to turn **off** "Include source files outside of the Root Directory" in the General settings and use `vercel` as the production branch in the Git settings.
216
+
> ⚠️ **Note**
217
+
> To set up automatic Vercel deployments from GitHub, make sure to turn **off** "Include source files outside of the Root Directory" in the General settings and use `vercel` as the production branch in the Git settings.
218
+
219
+
> ⚠️ **Note**
220
+
> If you receive an error related to libssl or Node 20.x, you can fix this by opening your Vercel project settings and changing the Node.js version to 18.x.
@@ -216,7 +229,7 @@ Vercel is the recommended option for hosting the files since it is **free** and
216
229
Heroku is another great option for hosting the files. All features are supported on Heroku and it is where the default ___domain is hosted. Heroku is not free, however, and you will need to pay between \$5 and \$7 per month to keep the app running. Expand the instructions below to learn how to deploy to Heroku.
217
230
218
231
<details>
219
-
<summary><b>Instructions for deploying to Heroku</b></summary>
232
+
<summary><b>Instructions for deploying to Heroku (Paid)</b></summary>
220
233
221
234
### Step-by-step instructions for deploying to Heroku
0 commit comments