Skip to content

Commit 69b7d81

Browse files
committed
feat: use framework titles
1 parent 0191d48 commit 69b7d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/init/utils.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ const getFrameworkInfo = async ({ siteRoot }) => {
2323
if (frameworks.length !== 0) {
2424
const [
2525
{
26-
name,
26+
title,
2727
build: { directory, commands },
2828
plugins,
2929
},
3030
] = frameworks
3131
return {
32-
frameworkTitle: name,
32+
frameworkTitle: title,
3333
frameworkBuildCommand: commands[0],
3434
frameworkBuildDir: directory,
3535
frameworkPlugins: plugins,

0 commit comments

Comments
 (0)