Compare commits
3 commits
jakehamilt
...
main
Author | SHA1 | Date | |
---|---|---|---|
Samuel Shuert | 131d0d01b5 | ||
Jake Hamilton | 364973d984 | ||
eb9072d8ed |
|
@ -16,6 +16,12 @@ Disallow: /
|
||||||
User-agent: Applebot
|
User-agent: Applebot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
||||||
|
# AI Data Scraper
|
||||||
|
# https://darkvisitors.com/agents/applebot-extended
|
||||||
|
|
||||||
|
User-agent: Applebot-Extended
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
# AI Data Scraper
|
# AI Data Scraper
|
||||||
# https://darkvisitors.com/agents/bytespider
|
# https://darkvisitors.com/agents/bytespider
|
||||||
|
|
||||||
|
|
|
@ -49,9 +49,9 @@ const translation = useTranslations(lang);
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/auxolotl"
|
href="https://git.auxolotl.org/auxolotl"
|
||||||
class="inline-block relative after:absolute after:left-0 after:top-full after:w-full after:h-1 after:rounded after:bg-[rgb(var(--text))] after:origin-center after:transform after:scale-x-0 hover:after:scale-x-100 after:transition-transform delay-75 duration-100"
|
class="inline-block relative after:absolute after:left-0 after:top-full after:w-full after:h-1 after:rounded after:bg-[rgb(var(--text))] after:origin-center after:transform after:scale-x-0 hover:after:scale-x-100 after:transition-transform delay-75 duration-100"
|
||||||
>GitHub</a
|
>Aux Forge</a
|
||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue