update
This commit is contained in:
2
apps/slidev/.gitignore
vendored
2
apps/slidev/.gitignore
vendored
@@ -5,3 +5,5 @@ dist
|
|||||||
.vite-inspect
|
.vite-inspect
|
||||||
.remote-assets
|
.remote-assets
|
||||||
components.d.ts
|
components.d.ts
|
||||||
|
|
||||||
|
.slides.md.swp
|
||||||
@@ -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/).
|
|
||||||
@@ -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
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"rewrites": [
|
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
|
||||||
],
|
|
||||||
"buildCommand": "npm run build",
|
|
||||||
"outputDirectory": "dist"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user