nardfit.com/.well-known/apple-developer-merchantid-domain-association // backend/http-functions.jswimport { ok, notFound } from 'wix-http-functions';export function get_well_known_apple_developer_merchantid_domain_association(request) { const content = 'Content of your domain association file goes here'; return ok(content).header('Content-Type', 'text/plain');}
top of page

No Collections Here

Sort your projects into collections. Click on "Manage Collections" to get started

My Portfolio

Welcome to my portfolio. Here you’ll find a selection of my work. Explore my projects to learn more about what I do.

bottom of page