Remove whitespace (#1176)
This commit is contained in:
parent
29b7e746e6
commit
bebe6a425c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const createConfig = ({ renderers }: { renderers: string[] }) => {
|
|||
sitemap: true, // Generate sitemap (set to "false" to disable)
|
||||
},
|
||||
devOptions: {
|
||||
// hostname: 'localhost', // The hostname to run the dev server on.
|
||||
// hostname: 'localhost', // The hostname to run the dev server on.
|
||||
// port: 3000, // The port to run the dev server on.
|
||||
// tailwindConfig: '', // Path to tailwind.config.js if used, e.g. './tailwind.config.js'
|
||||
},`,
|
||||
|
|
Loading…
Reference in a new issue