Skip to content

duyet/duyet.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duyet.net

Simple redirect application built with Deno. It redirects various slugs to their corresponding URLs.

The application maps predefined slugs to specific URLs and performs HTTP 301 redirects.

Local Development

To run the application locally, use the following command:

deno run --allow-net --unstable-kv --watch main.ts

Deployment

deployctl deploy