mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: AI service links now use local /raw URLs with simplified prompt
- Changed ChatGPT, Claude, and Perplexity links from GitHub raw URLs to local /raw/{slug}.md
- Simplified AI prompt from multi-line instructions to "Read this URL and summarize it:"
- URLs now constructed using window.location.origin for consistency
- Removed unused siteConfig import and getGitHubRawUrl function
- No longer requires git push for AI links to work (synced content available immediately)
Updated: src/components/CopyPageDropdown.tsx, changelog.md, task.md, files.md, changelog-page.md
This commit is contained in:
12
changelog.md
12
changelog.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [2.8.4] - 2026-01-03
|
||||
|
||||
### Changed
|
||||
|
||||
- AI service links (ChatGPT, Claude, Perplexity) now use local `/raw/{slug}.md` URLs instead of GitHub raw URLs
|
||||
- Simplified AI prompt from multi-line instructions to "Read this URL and summarize it:"
|
||||
|
||||
### Technical
|
||||
|
||||
- Updated `src/components/CopyPageDropdown.tsx` to construct URLs using `window.location.origin`
|
||||
- Removed unused `siteConfig` import and `getGitHubRawUrl` function
|
||||
|
||||
## [2.8.3] - 2026-01-03
|
||||
|
||||
### Changed
|
||||
|
||||
Reference in New Issue
Block a user