diff --git a/doc/layouts/.gitignore b/doc/layouts/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/doc/layouts/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/doc/public/.gitignore b/doc/public/.gitignore new file mode 100644 index 0000000..593bcf0 --- /dev/null +++ b/doc/public/.gitignore @@ -0,0 +1,2 @@ +!.gitignore +* diff --git a/doc/vercel.json b/doc/vercel.json new file mode 100644 index 0000000..f2cb0d5 --- /dev/null +++ b/doc/vercel.json @@ -0,0 +1,7 @@ +{ + "build": { + "env": { + "HUGO_VERSION": "v0.101.0" + } + } +}