Skip to content

Commit

Permalink
changing import in server.js to work with govuk-frontend module (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
devind-ra authored Nov 22, 2024
1 parent 2fbe101 commit 8664c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function initialisePublic (app) {
app.use('/public', express.static(path.join(__dirname, '/public')))
app.use(
'/',
express.static(path.join(__dirname, '/node_modules/govuk-frontend/govuk/'))
express.static(path.join(__dirname, '/node_modules/govuk-frontend/dist/govuk/'))
)
}

Expand Down

0 comments on commit 8664c94

Please sign in to comment.