This website requires JavaScript.
Explore
Help
Register
Sign In
Navy.gif
/
owncast
Watch
1
Star
0
Fork
0
You've already forked owncast
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
79bfa0145f
owncast
/
web
/
next.config.js
6 lines
100 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add support for less variables and using a custom theme
2022-04-18 07:32:57 +02:00
const
withLess
=
require
(
'next-with-less'
)
;
module
.
exports
=
withLess
(
{
Change export paths
2020-11-09 21:06:28 +01:00
trailingSlash
:
true
,
Add support for less variables and using a custom theme
2022-04-18 07:32:57 +02:00
}
)
;
Reference in New Issue
Copy Permalink