wiki_options = {
    # base_path: "wiki",  # doesn't seem to work
    css: true,
    emoji: true,
    template_page: true,
}

Precious::App.set(:wiki_options, wiki_options)

# Set as Sinatra environment as production (no stack traces)
Precious::App.set(:environment, :production)
