Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit e74cf4c

Browse files
committed
docs: update GitHub username
1 parent 81fd029 commit e74cf4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# These are supported funding model platforms
22

33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4-
patreon: pizzafox
4+
patreon: jonahsnider
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://jonah.pw"
66
},
77
"bugs": {
8-
"url": "https://github.com/pizzafox/netlify-cache-nextjs/issues"
8+
"url": "https://github.com/jonahsnider/netlify-cache-nextjs/issues"
99
},
1010
"dependencies": {
1111
"@netlify/cache-utils": "1.0.7"
@@ -40,7 +40,7 @@
4040
"name": "netlify-plugin-cache-nextjs",
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/pizzafox/netlify-cache-nextjs.git"
43+
"url": "git+https://github.com/jonahsnider/netlify-cache-nextjs.git"
4444
},
4545
"scripts": {
4646
"build": "tsdx build",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Cache the Next.js build folder in Netlify builds.
55
[![add to netlify](https://img.shields.io/badge/add%20to-netlify-00AD9F)](https://app.netlify.com/plugins/netlify-plugin-cache-nextjs/install)
66
[![npm](https://img.shields.io/npm/v/netlify-plugin-cache-nextjs)](https://www.npmjs.com/package/netlify-plugin-cache-nextjs)
77
[![downloads per week](https://img.shields.io/npm/dw/netlify-plugin-cache-nextjs)](https://www.npmjs.com/package/netlify-plugin-cache-nextjs)
8-
[![Build Status](https://github.com/pizzafox/netlify-cache-nextjs/workflows/CI/badge.svg)](https://github.com/pizzafox/netlify-cache-nextjs/actions)
8+
[![Build Status](https://github.com/jonahsnider/netlify-cache-nextjs/workflows/CI/badge.svg)](https://github.com/jonahsnider/netlify-cache-nextjs/actions)
99
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
1010

1111
A [popular](https://www.netlify.com/blog/2020/06/22/top-10-netlify-build-plugins/#4-next-js-cache) [Netlify build plugin](https://docs.netlify.com/configure-builds/build-plugins/).

0 commit comments

Comments
 (0)