# https://github.com/gollum/gollum/wiki/Sample-config.rb
wiki_options = {
  ref: "main",
  allow_editing: false,
  css: true,
  emoji: true,
  static_assets_path: "/home/orbit/ss13-tfp-wiki/image/"
}

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