save code

This commit is contained in:
xsl
2025-11-28 16:06:27 +08:00
parent f156bc8bc8
commit 0f9a273ec0
4 changed files with 166 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
+144
View File
File diff suppressed because one or more lines are too long
+20
View File
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Xiang Silian - Resume</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
/* Smooth scrolling for anchor links */
html {
scroll-behavior: smooth;
}
</style>
<script type="module" crossorigin src="./assets/index-CvuPXK3k.js"></script>
</head>
<body class="bg-slate-50 text-slate-900 antialiased">
<div id="root"></div>
</body>
</html>
+1
View File
@@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
base: './',
server: {
port: 3000,
host: '0.0.0.0',