This commit is contained in:
Rahim
2025-09-22 23:39:30 +10:00
parent d3221ec211
commit d2b2dd4868
132 changed files with 860 additions and 969 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
+1 -1
View File
@@ -16,4 +16,4 @@
"typescript": "^5.9.2",
"vite": "^7.1.6"
}
}
}
+2 -1
View File
@@ -1,6 +1,7 @@
import { defineConfig } from 'vite';
import { fileURLToPath } from 'url';
import { defineConfig } from 'vite';
const __dirname = fileURLToPath(new URL('.', import.meta.url));
export default defineConfig({