From 8714d887ef00869f88a201e71fe7b26cc9b7c9c7 Mon Sep 17 00:00:00 2001 From: cardosofelipe Date: Thu, 9 Jan 2025 07:22:42 +0000 Subject: [PATCH] Add .static-site.json --- .static-site.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .static-site.json diff --git a/.static-site.json b/.static-site.json new file mode 100644 index 0000000..e115518 --- /dev/null +++ b/.static-site.json @@ -0,0 +1,5 @@ +{ + "build_command": "npm run build", + "output_dir": "dist", + "node_version": "18" +} \ No newline at end of file