parpalak / i.upmath.me

Upmath LaTeX Renderer
https://i.upmath.me/
MIT License
54 stars 9 forks source link

Change absolute resource path to relative resource path #3

Closed walkerlala closed 7 years ago

walkerlala commented 7 years ago

I would suggest change those absolute resource paths like:

href="/css/some-css-file
href="/js/some-js-file

to some relative paths like:

href="./css/some-css-file
href="./js/some-js-file

in case somebody don't want to make tex.s2cms.ru/www their document root.

parpalak commented 7 years ago

The code in this repository is not supposed to be distributed. So I'm not going to change the paths now.