chore: fix

This commit is contained in:
kevin.zhang 2024-04-18 15:44:57 +08:00
parent 2d599db892
commit c9eb16e0a9
2 changed files with 1 additions and 4 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
*.ttc filter=lfs diff=lfs merge=lfs -text

View File

@ -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({