Skip to content

Commit

Permalink
edited title suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbacha committed Apr 24, 2024
1 parent 3d121ce commit 3990223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('next').NextConfig} */
const isProduction = process.env.NODE_ENV === "production";
const assetPrefix = isProduction ? "/$REPO" : "";
const titleSuffix = "– gabrielbacha"

const withNextra = require("nextra")({
theme: "nextra-theme-docs",
Expand All @@ -14,6 +15,7 @@ const nextConfig = {
reactStrictMode: true,
swcMinify: true,
trailingSlash: true,
titleSuffix: titleSuffix,
assetPrefix,
basePath: assetPrefix,
output: "export",
Expand Down

0 comments on commit 3990223

Please sign in to comment.