We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a02e2 commit e8df84bCopy full SHA for e8df84b
resources/p.ts
@@ -1,6 +1,13 @@
1
import { Resource } from 'types'
2
3
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
+ },
11
{
12
name: 'Pagelet',
13
description: 'Simple Free HTML hosting, get a shareable link and a QR code out of the box.',
0 commit comments