Fix silly mistake

This commit is contained in:
admin@moec.top 2025-03-17 22:10:55 +08:00
parent 4bdd596586
commit 71009a1ff1
2 changed files with 2939 additions and 3505 deletions

View File

@ -15,9 +15,6 @@ import pluginCreateSearchIndex from './lib/vite-plugin-create-search-index.js';
const url = process.env.NODE_ENV === 'development' ? yaml.load(await fsp.readFile('../../.config/default.yml', 'utf-8')).url : null;
const host = url ? (new URL(url)).hostname : undefined;
const url = process.env.NODE_ENV === 'development' ? yaml.load(await fsp.readFile('../../.config/default.yml', 'utf-8')).url : null;
const host = url ? (new URL(url)).hostname : undefined;
const extensions = ['.ts', '.tsx', '.js', '.jsx', '.mjs', '.json', '.json5', '.svg', '.sass', '.scss', '.css', '.vue'];
/**

6441
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff