diff --git a/api/edge-ssr.js b/api/edge-ssr.js deleted file mode 100644 index e69de29b..00000000 diff --git a/src/graphql/client/core.ts b/src/graphql/client/core.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/src/routes/[slug]/[...tab].tsx b/src/routes/[slug]/[...tab].tsx index 3ecb052f..df403bd1 100644 --- a/src/routes/[slug]/[...tab].tsx +++ b/src/routes/[slug]/[...tab].tsx @@ -12,7 +12,7 @@ import { descFromBody, keywordsFromTopics } from '~/utils/meta' import { FullArticle } from '../../components/Article/FullArticle' import { PageLayout } from '../../components/_shared/PageLayout' import { ReactionsProvider } from '../../context/reactions' -// import AuthorPage, { AuthorPageProps } from '../author/[slug]/[...tab]' +import AuthorPage, { AuthorPageProps } from '../author/[slug]/[...tab]' import TopicPage, { TopicPageProps } from '../topic/[slug]/[...tab]' const fetchShout = async (slug: string): Promise => { @@ -46,8 +46,8 @@ export default (props: RouteSectionProps) => { ...props.params, slug: props.params.slug.slice(1, props.params.slug.length) } - } // as RouteSectionProps - return // + } as RouteSectionProps + return } if (props.params.slug.startsWith('!')) { diff --git a/src/author/(all-authors).tsx b/src/routes/author/(all-authors).tsx similarity index 100% rename from src/author/(all-authors).tsx rename to src/routes/author/(all-authors).tsx diff --git a/src/author/[slug]/[...tab].tsx b/src/routes/author/[slug]/[...tab].tsx similarity index 100% rename from src/author/[slug]/[...tab].tsx rename to src/routes/author/[slug]/[...tab].tsx