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 040c1d7 commit 6083371Copy full SHA for 6083371
eslint.config.js
@@ -4,10 +4,4 @@ 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
@@ -1,9 +1,9 @@
1
[build]
2
- base = "/"
3
- publish = "dist"
- command = "npm run build"
+base = "/"
+publish = "dist"
+command = "npm run build"
[[redirects]]
- from = "/*"
- to = "/index.html"
- status = 200
+from = "/*"
+to = "/index.html"
+status = 200
0 commit comments