Remove whitespace (#1176)

This commit is contained in:
Tushar Sadhwani 2021-08-20 23:35:22 +05:30 committed by GitHub
parent 29b7e746e6
commit bebe6a425c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
},`,