mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Change gernerate directory to public
This commit is contained in:
parent
4830449a3b
commit
3fe49b0975
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -70,6 +70,7 @@ typings/
|
|||
|
||||
# Nuxt generate
|
||||
dist
|
||||
public
|
||||
|
||||
# vuepress build output
|
||||
.vuepress/dist
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
publish = "dist/"
|
||||
publish = "public"
|
||||
command = "npm run generate --quiet"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -112,6 +112,7 @@ export default {
|
|||
},
|
||||
|
||||
generate: {
|
||||
dir: 'public',
|
||||
cache: {
|
||||
ignore: [
|
||||
// When something changed in the docs folder, do not re-build via webpack
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue