mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
wip
This commit is contained in:
@@ -31,7 +31,7 @@ function start () {
|
||||
app.set('view engine', 'html')
|
||||
app.set('views', DIST_FOLDER)
|
||||
|
||||
app.get('*.*', express.static(DIST_FOLDER, {
|
||||
app.get('*.*', express.static(join(DIST_FOLDER, 'static'), {
|
||||
maxAge: '1y',
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user