Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelloRusk <hellorusk1998@gmail.com>2022-02-23 05:45:39 +0300
committerHelloRusk <hellorusk1998@gmail.com>2022-02-23 05:45:39 +0300
commit58577a37ac43856b2f37dd30f1c2db9b8f5ce2f2 (patch)
tree9515530b2d1036356ae80a870571a4483b7d083a
parent57741e5e2a26cc5c381d3e0fbb49107e85d7495a (diff)
add vercel.json
-rw-r--r--vercel.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json
new file mode 100644
index 0000000..ac38230
--- /dev/null
+++ b/vercel.json
@@ -0,0 +1,7 @@
+{
+ "build": {
+ "env": {
+ "HUGO_VERSION": "0.92.0"
+ }
+ }
+} \ No newline at end of file