This website works better with JavaScript.
Explore
Help
Sign In
hammy
/
carbon
mirror of
https://github.com/sgoudham/carbon.git
Watch
1
Star
0
Fork
You've already forked carbon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1bd289b9d4
feat/catppuccin
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1bd289b9d4'
${ noResults }
carbon
/
api
/
image
/
index.js
2 lines
35 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Use path params for /api/image/[id].js (#1262) * move image api routes to pages/ * upgrade puppeteer * try and minimize * attempt to use URLSearchParams * use path params in api routes instead * api/image/[id].js * try it w/o builds config * use index.js
3 years ago
module
.
exports
=
require
(
'./[id]'
)