Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Nov 5, 2024
1 parent 315491d commit c7cf652
Show file tree
Hide file tree
Showing 4 changed files with 129 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/GithubFileReaderDisplay.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useState } from "react";
import { FaGithub, FaLink, FaSpinner } from "react-icons/fa";
import { useTheme } from "next-themes";
import { dedentCode, getLanguage, getShikiHighlighter } from "@/pages/shiki";
import { dedentCode, getLanguage, getShikiHighlighter } from "@/components/shiki";

interface GithubFileReaderDisplayProps {
url: string;
Expand Down
9 changes: 9 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# *
User-agent: *
Allow: /

# Host
Host: https://docs.tangle.tools

# Sitemaps
Sitemap: https://docs.tangle.tools/sitemap.xml
Loading

0 comments on commit c7cf652

Please sign in to comment.