categorys and titles for images

This commit is contained in:
Zutatensuppe 2021-05-22 01:51:44 +02:00
parent 8abbb13fcc
commit 239c879649
22 changed files with 964 additions and 86 deletions

View file

@ -14,6 +14,10 @@ export default vite.defineConfig({
target: 'http://localhost:1337',
secure: false,
},
'^/upload': {
target: 'http://localhost:1337',
secure: false,
},
},
},
})