This commit is contained in:
2025-10-25 22:50:22 +08:00
parent e861cef2a0
commit 0a645350b8
4 changed files with 2 additions and 34 deletions

View File

@@ -5,3 +5,5 @@ dist
.vite-inspect
.remote-assets
components.d.ts
.slides.md.swp

View File

@@ -1,11 +0,0 @@
# Welcome to [Slidev](https://github.com/slidevjs/slidev)!
To start the slide show:
- `pnpm install`
- `pnpm dev`
- visit <http://localhost:3030>
Edit the [slides.md](./slides.md) to see the changes.
Learn more about Slidev at the [documentation](https://sli.dev/).

View File

@@ -1,16 +0,0 @@
[build]
publish = "dist"
command = "npm run build"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

View File

@@ -1,7 +0,0 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}