Save site to public dir

So it can be picked up by GitLab Pages
This commit is contained in:
Jake Howard 2022-10-08 16:24:22 +01:00
parent 22292e19c3
commit bfc2feb427
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -99,7 +99,7 @@ dist
.cache/
# 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
# public
public
# vuepress build output
.vuepress/dist

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"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"
},
"author": "Jake Howard",