one more time...

This commit is contained in:
konnorrogers
2025-10-27 17:17:51 -04:00
parent 29422d196a
commit d18d44eaa6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "https://openapi.vercel.sh/vercel.json", "$schema": "https://openapi.vercel.sh/vercel.json",
"outputDirectory": "packages/webawesome-pro/_site", "outputDirectory": "packages/webawesome/_site",
"buildCommand": "bash ./vercel.sh" "buildCommand": "bash ./vercel.sh"
} }

View File

@@ -2,4 +2,4 @@
echo "Running the build!" echo "Running the build!"
cd packages/webawesome && npm install && npm run build && cp -R _site ../../_site cd packages/webawesome && npm install && npm run build