Add image upload to s3

This commit is contained in:
2025-08-02 00:58:40 +02:00
parent 624bb7e124
commit 7d974a857c
8 changed files with 296 additions and 10 deletions
+6
View File
@@ -11,6 +11,12 @@ export default defineNuxtConfig({
'@vuestic/nuxt',
'@pinia/nuxt'
],
runtimeConfig: {
s3Bucket: 'pichunt',
s3Host: 's3.swarm.syma.dev',
s3AccessKey: 'user',
s3SecretKey: 'password'
},
i18n: {
locales: [
{