Improve asset handling
This commit is contained in:
@ -25,6 +25,9 @@ final class Content: ObservableObject {
|
||||
@Published
|
||||
var results: [ItemId : PageGenerationResults] = [:]
|
||||
|
||||
@Published
|
||||
var isGeneratingWebsite = false
|
||||
|
||||
@AppStorage("contentPath")
|
||||
private var storedContentPath: String = ""
|
||||
|
||||
|
Reference in New Issue
Block a user