File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Robot Framework ecosystem front page
4
4
This repository hosts Robot Framework's public website source code. The site
5
5
itself is available at http://robotframework.org.
6
6
7
- Readme for editin this page `<sources/README.md >`__
7
+ Readme for editing this page `<sources/README.md >`__
8
8
9
9
Adding or updating resources
10
10
----------------------------
Original file line number Diff line number Diff line change @@ -53,8 +53,12 @@ module.exports = {
53
53
index : path . resolve ( __dirname , '../../index.html' ) ,
54
54
55
55
// Paths
56
+
57
+ //TODO: remember to update to "../" for live
56
58
assetsRoot : path . resolve ( __dirname , '../../' ) ,
57
59
assetsSubDirectory : 'static' ,
60
+
61
+ //TODO: remember update to "/" for live
58
62
assetsPublicPath : '/robotframework.github.org' ,
59
63
60
64
/**
You can’t perform that action at this time.
0 commit comments