← quik.run
NP@naman-parashar-s-team / QuikRun · iPhone 15Public

QuikRun · iPhone 15

A JS snippet on QuikRun, callable at quik.run/r/quikrun-iphone-15.

JS· node:20· 14 runs· 0 forks· updated 14m ago
Endpointquik.run/r/quikrun-iphone-15RunFork
QuikRun · iPhone 15.js
// Redirect old slug → /r/iphone-15
export default async function handler() {
return new Response(null, {
status: 302,
headers: { Location: "https://quik.run/r/iphone-15" },
});
}
 
Fork this and make it yours

Describe a change in plain English and QuikRun deploys it to your own URL.

Fork snippet

Built on QuikRun by @naman-parashar-s-team · plain English in, live URL out