Commit 1895955
committed
Include the port number, if it's not 80.
In my local dev environment, I'm using port 8080, and this was causing
problems with the rendering of pages, so I added these lines to ensure
that the server port is always included, if it's not port 80. This will
aid in development.1 parent 2e71bad commit 1895955
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments