Skip to content

Commit

Permalink
added netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 21, 2024
1 parent 97a7428 commit 7155da6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[build]
publish = 'dist'
command = 'npm install unplugin-icons @iconify-json/logos @iconify-json/devicon @iconify-json/devicon-plain @slidev/cli @slidev/theme-default slidev-theme-neversink playwright-chromium && npm run build'

[build.environment]
NODE_VERSION = '20'

[[redirects]]
from = '/*'
to = '/index.html'
status = 200

0 comments on commit 7155da6

Please sign in to comment.