Skip to content

source folder #610

Answered by bakerkretzmar
ghost asked this question in Q&A
Feb 28, 2022 · 2 comments · 11 replies
Discussion options

You must be logged in to vote

Yep, you can add a build key in your config and specify the source and destination directories there. E.g.:

// config.php

return [
    'build' => [
        'source' => 'content',
        'destination' => 'public',
    ],
];

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
11 replies
@ghost
Comment options

@bakerkretzmar
Comment options

@ghost
Comment options

@bakerkretzmar
Comment options

@ghost
Comment options

Answer selected by bakerkretzmar
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #609 on February 28, 2022 22:05.