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 ffb84c0 commit 2c5c382Copy full SHA for 2c5c382
.gitignore
@@ -12,6 +12,7 @@
12
/docs-dist
13
/es
14
/lib
15
+.doc
16
17
# misc
18
.DS_Store
.umirc.ts
@@ -7,5 +7,6 @@ export default defineConfig({
7
'https://avatars0.githubusercontent.com/u/9441414?s=200&v=4',
8
logo:
9
10
- outputPath: '.doc'
+ outputPath: '.doc',
11
+ exportStatic: {}
});
now.json
@@ -7,5 +7,8 @@
"use": "@now/static-build",
"config": { "distDir": ".doc" }
}
+ ],
+ "routes": [
+ { "src": "/(.*)", "dest": "/dist/$1" }
]
0 commit comments