Skip to content

Minority2310/URL-Scheme-Redirector

Repository files navigation

URL-Scheme-Redirector

Convert scheme URLs to HTTP redirect URLs

Usage

This project aims to solve the issue where specific URL formats generated by some applications cannot be correctly recognized and effectively redirected.

Example

Hyperlinks generated by SiYuan notes may not be recognized by some applications. The webpage deployed by this project can perform the conversion. The converted links support redirecting to applications.

image image image

Deploy

To deploy to Cloudflare Pages:

  1. First, build your project locally using npm run build
  2. Go to the Cloudflare Dashboard (https://dash.cloudflare.com)
  3. Navigate to Pages
  4. Click "Create a project"
  5. Connect your GitHub repository or upload your build output directory (dist)
  6. Configure your build settings:
    • Build command: npm run build
    • Build output directory: dist
    • Add environment variable: Name: NODE_VERSION Value: 18
  7. Deploy!

About

Convert scheme URLs to HTTP redirect URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published