From bebe6a425c70a9588b7b0d3067b87e76b93fb0d2 Mon Sep 17 00:00:00 2001 From: Tushar Sadhwani Date: Fri, 20 Aug 2021 23:35:22 +0530 Subject: [PATCH] Remove whitespace (#1176) --- packages/create-astro/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-astro/src/config.ts b/packages/create-astro/src/config.ts index 31b7acc20..0539111ae 100644 --- a/packages/create-astro/src/config.ts +++ b/packages/create-astro/src/config.ts @@ -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' },`,