pull/718/head
Travis Fischer 2025-07-01 07:20:13 -05:00
rodzic 70ebbbc6c4
commit 1e0c3cbc10
2 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -4,12 +4,22 @@ const isSafari =
if (!isServer) {
// Workaround for nav links not being able to point to relative paths
for (const a of document.querySelectorAll('a[href="https://agentic.so"]')) {
a.removeAttribute('target')
}
for (const a of document.querySelectorAll(
'a[href="https://agentic.so/contact"]'
)) {
a.removeAttribute('target')
}
for (const a of document.querySelectorAll(
'a[href="https://agentic.so/marketplace"]'
)) {
a.removeAttribute('target')
}
// document
// .getElementById('https://agentic.so/contact')
// .querySelector('.lucide-arrow-up-right')

Wyświetl plik

@ -29,6 +29,9 @@
- replace JSON schemas with `json` code blocks
- improve upgrade flow
- **currently not obvious how to get api key**
- marketplace project page; replace tabs with links
- too much of a delay on individual pages and makes no sense to have these imports on the other tab pages
- add a basic page + docs on pricing
## TODO: Post-MVP