New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: detect source article #83
Closed
dikiharifwibowo
wants to merge
19
commits into
jackyef:draft-life
from
dikiharifwibowo:feat/source-article
Closed
feat: detect source article #83
dikiharifwibowo
wants to merge
19
commits into
jackyef:draft-life
from
dikiharifwibowo:feat/source-article
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* First post draft * Update post draft * Update post tags * Update twitter share cta wording
* Update GA * Replace old implementation * Ignore manifest files
* Add uses page * Add uses to command palette
* Upgrade packages * Fix build-rss script
* Update next/dynamic usage to use Suspense * Add sourcemap for debugging * Update children props because of React 18 * Update search index * Add SkipSSR for time-related elements to avoid hydration mismatches * Update manifest excludes * Run gtag js in worker * Update radix * No longer using partytown as it does not seem to work
* Link preview works * Add LinkPreview capabilities for ExternalLink * Tweak radius
* Prevent layout shift * Update color tokens to new approach * Migrate more tokens to new approach * Update text colors and remove unused vars * Fix anchor styles * Add surface and shadow tokens * Remove bg-offset variant, add tokens page * Remove more unused tokens * Add theme picker * Fix lint errors * Improve ThemePicker UX * Update tokens.mdx * Update sitemap generation script * Add docs about adding theme * Adjust padding
|
Someone is attempting to deploy a commit to a Personal Account owned by @jackyef on Vercel. @jackyef first needs to authorize it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I added a feature to find out the source of the article, whether from outside or internal.

so in all post preview, we can set redirection (internal link or external link).