Skip to content

Commit 049ddfc

Browse files
committed
we're going to map / to /docs
1 parent 407e212 commit 049ddfc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class InstallFest < Sinatra::Application # todo: use Sinatra::Base instead, wi
4141
def initialize
4242
super
4343
@here = File.expand_path(File.dirname(__FILE__))
44-
@default_sites = {en: "docs", es: "hola", :"zh-tw" => "nihao" }
44+
@default_sites = {en: "docs", es: "hola", :"zh-tw" => "docs" }
4545
end
4646

4747
attr_reader :here

sites/zh-tw/nihao/nihao.step

-1
This file was deleted.

0 commit comments

Comments
 (0)