source folder #610
-
this isn't any issues whatsoever, but I really like to know if there's a way jigsaw can maybe change the source folder to something else like |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Yep, you can add a // config.php
return [
'build' => [
'source' => 'content',
'destination' => 'public',
],
]; |
Beta Was this translation helpful? Give feedback.
-
but i think right now. this is what i have on my repo |
Beta Was this translation helpful? Give feedback.
Yep, you can add a
build
key in your config and specify thesource
anddestination
directories there. E.g.: