fix: pin source-map dependency and clean up website

This commit is contained in:
iCrawl
2023-11-08 18:43:02 +01:00
parent e72b552ae2
commit 4a5e9fc1de
8 changed files with 23 additions and 410 deletions

View File

@@ -1,7 +1,6 @@
import type { ApiFunction, ApiItem } from '@discordjs/api-extractor-model';
import { ApiModel } from '@discordjs/api-extractor-model';
import dynamic from 'next/dynamic';
import {} from 'next/types';
import { notFound } from 'next/navigation';
import { cache, type PropsWithChildren } from 'react';
import { fetchModelJSON, fetchVersions } from '~/app/docAPI';