refactor: remove local ContextWizard pages, redirect to contextwizard.site
- Delete contextwizard_top/install/privacy_policy/tokushoho HTML files - Update index.html, llms.txt, sitemap.xml links to contextwizard.site - Remove contextwizard-files deployment from deploy-amipro.sh - Fix .htaccess infinite loop causing 500 error on robots.txt - Remove redundant 'Allow: /' from robots.txt - Clean up GEO audit report files
This commit is contained in:
@@ -55,7 +55,6 @@ emit_verify_urls() {
|
||||
cat <<'EOF'
|
||||
/
|
||||
/fido2_top.html
|
||||
/contextwizard_top.html
|
||||
/integration_api.html
|
||||
/passkey.html
|
||||
EOF
|
||||
@@ -86,7 +85,6 @@ verify_live_page() {
|
||||
|
||||
printf 'cd "%s"\n' "$REMOTE_DIR" > "$batch_file"
|
||||
emit_site_file_commands
|
||||
emit_directory_commands contextwizard-files
|
||||
emit_directory_commands files
|
||||
|
||||
echo "Deploying to $SFTP_USER@$SFTP_HOST:$REMOTE_DIR"
|
||||
|
||||
Reference in New Issue
Block a user