Save site to public dir
So it can be picked up by GitLab Pages
This commit is contained in:
parent
22292e19c3
commit
bfc2feb427
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -99,7 +99,7 @@ dist
|
||||||
.cache/
|
.cache/
|
||||||
# Comment in the public line in if your project uses Gatsby and not Next.js
|
# Comment in the public line in if your project uses Gatsby and not Next.js
|
||||||
# https://nextjs.org/blog/next-9-1#public-directory-support
|
# https://nextjs.org/blog/next-9-1#public-directory-support
|
||||||
# public
|
public
|
||||||
|
|
||||||
# vuepress build output
|
# vuepress build output
|
||||||
.vuepress/dist
|
.vuepress/dist
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "parcel build --public-url . src/index.html",
|
"build": "parcel build --public-url . --dist-dir public/ src/index.html",
|
||||||
"start": "parcel src/index.html"
|
"start": "parcel src/index.html"
|
||||||
},
|
},
|
||||||
"author": "Jake Howard",
|
"author": "Jake Howard",
|
||||||
|
|
Loading…
Reference in a new issue