ci: add SSH key support and fix release workflow issues

This commit is contained in:
badblocks 2025-08-11 12:44:55 -07:00
parent d6740ec5d0
commit 617667af44
No known key found for this signature in database
8 changed files with 919 additions and 53 deletions

View file

@ -1,4 +1,4 @@
import pkg from './package.json'
import pkg from "./package.json";
export default defineNuxtConfig({
compatibilityDate: "2025-05-15",
@ -32,5 +32,15 @@ export default defineNuxtConfig({
},
nitro: {
preset: "node-server",
publicAssets: [
{
baseURL: "/",
dir: "public",
},
{
baseURL: "/static-assets",
dir: "static-assets",
},
],
},
});