File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
content/docs/guides/(data-storage)/definitions Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11---
22title : " Data types"
3- slug : " data-types-1 "
3+ slug : " data-types"
44excerpt : " "
55hidden : false
66createdAt : " Fri Apr 05 2024 20:14:17 GMT+0000 (Coordinated Universal Time)"
Original file line number Diff line number Diff line change 11import { createMDX } from "fumadocs-mdx/next" ;
22const withMDX = createMDX ( ) ;
33
4- const isGithubActions = process . env . GITHUB_ACTIONS || false ;
54const isProduction = process . env . NODE_ENV === "production" ;
65
76let assetPrefix = isProduction ? "./" : "" ;
87let basePath = "" ;
98
10- if ( isGithubActions ) {
11- const repo = process . env . GITHUB_REPOSITORY . replace ( / .* ?\/ / , "" ) ;
12-
13- assetPrefix = `/${ repo } /` ;
14- basePath = `/${ repo } ` ;
15- }
16-
179/** @type {import('next').NextConfig } */
1810const config = {
1911 reactStrictMode : true ,
You can’t perform that action at this time.
0 commit comments