Version
Site 0.3.x
Describe the bug
Incorrect degradation script path in documentation.
To Reproduce
- Visit https://oatw.github.io/luda/0.3.x/general/browser-support
- The degradation script path described as below:
import 'luda/src/js/degeradation'
Expected behavior
The degradation script path should be:
import 'luda/dist/js/luda-degeradation'