Skip to content

Commit e8df84b

Browse files
authored
Add Page Gym (#928)
* Add Page Gym * Update PageGym name
1 parent 41a02e2 commit e8df84b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/p.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
import { Resource } from 'types'
22

33
export const resources: Resource[] = [
4+
{
5+
name: 'PageGym',
6+
description: 'Advanced page speed analysis and optimization tool.',
7+
categories: ['Performance'],
8+
url: 'https://pagegym.com',
9+
keywords: ['Page Speed', 'Core Web Vitals'],
10+
},
411
{
512
name: 'Pagelet',
613
description: 'Simple Free HTML hosting, get a shareable link and a QR code out of the box.',

0 commit comments

Comments
 (0)