Commit d4d4aae9 authored by fisherdaddy's avatar fisherdaddy

chore: rm useless css & update vite config

parent 90edd27f
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<title>AI工具箱 | 智能助手集合</title> <title>AI工具箱 | 智能助手集合</title>
<link rel="stylesheet" href="/src/styles/main.css" /> <link rel="stylesheet" href="/src/styles/main.css" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet"> -->
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GSZMX418JL"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-GSZMX418JL"></script>
<script> <script>
......
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Indie+Flower&display=swap');
@font-face { @font-face {
font-family: 'XINYE'; font-family: 'XINYE';
src: url('../data/handwrite/fonts/new-leaf.otf'); src: url('../data/handwrite/fonts/new-leaf.otf');
......
...@@ -3,11 +3,6 @@ import sitemap from 'vite-plugin-sitemap'; ...@@ -3,11 +3,6 @@ import sitemap from 'vite-plugin-sitemap';
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [
sitemap({
// plugin options
}),
],
server: { server: {
port: 3000 port: 3000
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment