mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add ISR example links
This commit is contained in:
parent
d30aecfbb8
commit
9501f2de2b
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ import { promises as fs } from 'fs'
|
||||||
|
|
||||||
import Layout from '@/components/layout/default.js'
|
import Layout from '@/components/layout/default.js'
|
||||||
|
|
||||||
|
// Based on
|
||||||
|
// https://github.com/lfades/static-tweet/blob/b2a1044d881cca88e7761491d4f22c8908497d92/pages/t/%5Btweet%5D.js
|
||||||
|
// https://github.com/lfades/static-tweet
|
||||||
|
// https://github.com/chibicode/reactions/blob/master/pages/index.js
|
||||||
|
|
||||||
function HomebrewFormula( props ) {
|
function HomebrewFormula( props ) {
|
||||||
// const {
|
// const {
|
||||||
// app
|
// app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue