Skip to content

Commit fecb9a7

Browse files
committed
chore: cleanup
1 parent ce2f41d commit fecb9a7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

playground/ssr-react/vite.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ export default defineConfig({
4545
path.resolve(_dirname, 'index.html'),
4646
'utf-8',
4747
)
48-
// const template = await server.transformIndexHtml(
49-
// url,
50-
// fs.readFileSync(path.resolve(_dirname, 'index.html'), 'utf-8'),
51-
// )
5248
const html = template.replace(`<!--app-html-->`, appHtml)
5349
res.setHeader('content-type', 'text/html').end(html)
5450
} catch (e) {

0 commit comments

Comments
 (0)