ci: add SSH key support and fix release workflow issues
This commit is contained in:
parent
d6740ec5d0
commit
617667af44
8 changed files with 919 additions and 53 deletions
|
|
@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue