We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d71e8d commit cb7371eCopy full SHA for cb7371e
.eslintignore
eslint.config.js
@@ -4,4 +4,10 @@ export default antfu({
4
// enable UnoCSS support
5
// https://unocss.dev/integrations/vscode
6
unocss: true,
7
+
8
+ ignores: [
9
+ 'netlify.toml',
10
+ 'node_modules',
11
+ 'dist',
12
+ ],
13
})
netlify.toml
@@ -0,0 +1,9 @@
1
+[build]
2
+ base = "/"
3
+ publish = "dist"
+ command = "npm run build"
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200
0 commit comments