Skip to content

Commit ec8eec1

Browse files
committed
fix it
1 parent 015326e commit ec8eec1

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import {promises as fs} from "fs";
22
import * as swc from "@swc/core";
33
import {fileURLToPath} from "node:url";
44
import path from "node:path";
5-
import child_process from "child_process";
65

76
const __filename = fileURLToPath(import.meta.url);
87
const __dirname = path.dirname(__filename);

src/webpage/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ts-ignore
2-
import {langs} from "/translations/langs.js";
2+
import {langs} from "./translations/langs.js";
33
const langmap = new Map<string, string>();
44
for (const lang of Object.keys(langs) as string[]) {
55
langmap.set(lang, langs[lang]);

0 commit comments

Comments
 (0)