mirror of
https://github.com/yusufipk/AndroidAcikKalsin.git
synced 2026-09-11 10:46:13 +00:00
feat: update share base URL and improve share functionality
- Update share base URL from androidacikkalsin.org to ozgurandroid.yusufipek.me - Add resolveShareUrl function to handle file protocol and invalid origins - Improve clipboard API support with fallback mechanisms - Add popup detection for Twitter share dialog - Refactor copy functionality into reusable fallbackCopy function - Enhance error handling for share operations
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
|
||||
</head>
|
||||
<body data-share-base="https://androidacikkalsin.org/">
|
||||
<body data-share-base="https://ozgurandroid.yusufipek.me/">
|
||||
<!-- Hero Section -->
|
||||
<section class="hero">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user