Convert scheme URLs to HTTP redirect URLs
This project aims to solve the issue where specific URL formats generated by some applications cannot be correctly recognized and effectively redirected.
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.
To deploy to Cloudflare Pages:
- First, build your project locally using
npm run build
- Go to the Cloudflare Dashboard (https://dash.cloudflare.com)
- Navigate to Pages
- Click "Create a project"
- Connect your GitHub repository or upload your build output directory (
dist
) - Configure your build settings:
- Build command:
npm run build
- Build output directory:
dist
- Add environment variable: Name:
NODE_VERSION
Value:18
- Build command:
- Deploy!