From 39902235c0bd0ddf5edc501b3e66a608e0190467 Mon Sep 17 00:00:00 2001 From: bachagabriel Date: Wed, 24 Apr 2024 13:57:58 +0400 Subject: [PATCH] edited title suffix --- .DS_Store | Bin 6148 -> 6148 bytes next.config.js | 2 ++ 2 files changed, 2 insertions(+) diff --git a/.DS_Store b/.DS_Store index b57593fb2d7d941723ca6b0e51dc24a1dc41897e..35cd97266ec0d66b73816641b2e321b641c72412 100644 GIT binary patch delta 107 zcmZoMXffEJ$`r@&^a=w50}F#5LpnnyLrHGFi%U{YeiBfOo WVHlj8pIZRb!@$5Su(_G3Q4|2gb{`c0 delta 107 zcmZoMXffEJ$`r@Q{ELBsfrUYjA)O(Up(Hoo#U&{xKM5$tQE2>RW!syhj;Qh}c;yQ+ W41<&Na|?ia7#NrfHa9ahiUI%>^&HXw diff --git a/next.config.js b/next.config.js index 86be674..ea9b793 100644 --- a/next.config.js +++ b/next.config.js @@ -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", @@ -14,6 +15,7 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, trailingSlash: true, + titleSuffix: titleSuffix, assetPrefix, basePath: assetPrefix, output: "export",