Skip to content

Commit b32e55a

Browse files
committed
Set v22 as Node default (#276)
Update `.nvmrc`, `package.json`, and `netlify.toml` files to use NodeJS version 22 as the default. Rebuilt site with `package-lock.json` using engine update. 3a92193
1 parent 157f55f commit b32e55a

File tree

4 files changed

+24
-29
lines changed

4 files changed

+24
-29
lines changed

feed.json

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@
1010
"url": "https://www.adamjolicoeur.com/about"
1111
},
1212
"items": [
13-
{
14-
"id": "https://www.adamjolicoeur.com/test/",
15-
"url": "https://www.adamjolicoeur.com/test/",
16-
"title": "",
17-
"date_published": "2024-09-04T17:06:08Z"
18-
}
19-
,
2013
{
2114
"id": "https://www.adamjolicoeur.com/reference/",
2215
"url": "https://www.adamjolicoeur.com/reference/",
2316
"title": "Reference links",
24-
"date_published": "2024-09-03T13:58:27Z"
17+
"date_published": "2024-09-04T18:39:07Z"
2518
}
2619
,
2720
{
5.58 MB
Loading

reference/index.html

+22-15
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,28 @@ <h1 class="display-1 fw-bold text-break">Reference links</h1>
9191

9292
<content>
9393
<div class="container">
94-
<ul>
95-
<li>
96-
<p>Games and Things (<a href="https://github.com/AdamJ/CollectSomeMore">Download from GitHub</a>)</p>
97-
<ul>
98-
<li>An iOS application for tracking movies, comic books, collectables, and games.</li>
99-
</ul>
100-
</li>
101-
<li>
102-
<p>Gravatar <img src="https://gravatar.com/mindreeper.qr" alt="View"></p>
103-
<ul>
104-
<li>Free profile for the web</li>
105-
</ul>
106-
<p><a href="../../img/adam-j.png"><img src="../../img/adam-j.png" class="img-fluid" alt="Gravatar QR Code" width="150" height="150" loading="lazy"></a></p>
107-
</li>
108-
</ul>
94+
<table>
95+
<thead>
96+
<tr>
97+
<th></th>
98+
<th></th>
99+
</tr>
100+
</thead>
101+
<tbody>
102+
<tr>
103+
<td><a href="https://github.com/AdamJ/CollectSomeMore">Games and Things</a></td>
104+
<td>An iOS application for tracking movies, comic books, collectables, and games.</td>
105+
</tr>
106+
<tr>
107+
<td><a href="https://gravatar.com/mindreeper.qr">Gravatar</a></td>
108+
<td><img src="../../../src/img/adam-j.png" alt="Gravatar QR Code" width="100px" /></td>
109+
</tr>
110+
<tr>
111+
<td><a href="https://www.cardsbyprox.com/">The Proxy Guy</a></td>
112+
<td><img src="../../../src/img/theproxyguy-membership-card-patreon.png" alt="Patreon card" width="100px" /></td>
113+
</tr>
114+
</tbody>
115+
</table>
109116
</div>
110117

111118
</content>

sitemap.xml

+1-6
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,7 @@
9898

9999
<url>
100100
<loc>https://www.adamjolicoeur.com/reference/</loc>
101-
<lastmod>2024-09-03T13:58:27.308Z</lastmod>
102-
</url>
103-
104-
<url>
105-
<loc>https://www.adamjolicoeur.com/test/</loc>
106-
<lastmod>2024-09-04T17:06:08.951Z</lastmod>
101+
<lastmod>2024-09-04T18:39:07.857Z</lastmod>
107102
</url>
108103

109104
</urlset>

0 commit comments

Comments
 (0)