mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Fix next builds
This commit is contained in:
parent
eaac51d4b4
commit
cedfd18208
1 changed files with 1 additions and 1 deletions
|
@ -35,5 +35,5 @@ module.exports = withLess({
|
|||
},
|
||||
];
|
||||
},
|
||||
pageExtensions: ['.tsx'],
|
||||
pageExtensions: ['tsx'],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue