Skip to content

Commit

Permalink
feat: SWC minify
Browse files Browse the repository at this point in the history
  • Loading branch information
SameerJadav committed Aug 15, 2023
1 parent e14293d commit 63c391e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { getHighlighter } from "shiki";

/** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: true,
pageExtensions: ["ts", "tsx", "mdx"],
redirects: () => [
{ source: "/docs", destination: "/docs/introduction", permanent: true },
Expand Down

0 comments on commit 63c391e

Please sign in to comment.