chore: fix
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -1 +0,0 @@
|
||||
*.ttc filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -2,9 +2,7 @@ import { viteBundler } from "@vuepress/bundler-vite";
|
||||
import { defaultTheme } from "@vuepress/theme-default";
|
||||
import { defineUserConfig } from "vuepress";
|
||||
|
||||
const __dirname = process.cwd();
|
||||
|
||||
const base = "money-printer-turbo";
|
||||
const base = "MoneyPrinterTurbo";
|
||||
const isProd = process.env.NODE_ENV === "production";
|
||||
|
||||
export default defineUserConfig({
|
||||
|
||||
Reference in New Issue
Block a user