changed 'output folder' to 'public'
This commit is contained in:
parent
e98b366379
commit
098efb3b30
2
conf.py
2
conf.py
|
@ -579,7 +579,7 @@ GITHUB_COMMIT_SOURCE = True
|
||||||
# Where the output site should be located
|
# Where the output site should be located
|
||||||
# If you don't use an absolute path, it will be considered as relative
|
# If you don't use an absolute path, it will be considered as relative
|
||||||
# to the location of conf.py
|
# to the location of conf.py
|
||||||
# OUTPUT_FOLDER = 'output'
|
OUTPUT_FOLDER = 'public'
|
||||||
|
|
||||||
# where the "cache" of partial generated content should be located
|
# where the "cache" of partial generated content should be located
|
||||||
# default: 'cache'
|
# default: 'cache'
|
||||||
|
|
Loading…
Reference in New Issue