Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Jun 26, 2023
1 parent f75b354 commit 39a24f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ import express from 'express';
import { handler as ssrHandler } from './dist/server/entry.mjs';

const app = express();
app.use(express.static('dist/client/'))
app.use(express.static('dist/client/'));
app.use((req, res, next) => {
const locals = {
title: 'New title'
title: 'New title',
};

ssrHandler(req, res, next, locals);
Expand Down

0 comments on commit 39a24f1

Please sign in to comment.