Files
SearcjGal-frontend/vercel.json
AdingApkgg 9b80b9429a feat: add search history management features in SettingsModal and SearchHeader
- Introduced a new section in SettingsModal for managing search history, including export and import functionality.
- Added visual prompts for users regarding the new domain change in SearchHeader.
- Implemented importHistory method in the history store to handle merging and deduplication of imported records.
2026-01-29 01:39:28 +08:00

27 lines
469 B
JSON

{
"redirects": [
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "www.searchgal.top"
}
],
"destination": "https://searchgal.top/:path*",
"permanent": true
},
{
"source": "/:path*",
"has": [
{
"type": "host",
"value": "sg.saop.cc"
}
],
"destination": "https://searchgal.top/:path*",
"permanent": true
}
]
}