diff options
author | 2021-08-20 23:35:22 +0530 | |
---|---|---|
committer | 2021-08-20 11:05:22 -0700 | |
commit | bebe6a425c70a9588b7b0d3067b87e76b93fb0d2 (patch) | |
tree | befd27065ed3fa1f18230293f13d5c59eff22d76 | |
parent | 29b7e746e665271396a20d2b587ae8e1052a0b85 (diff) | |
download | astro-bebe6a425c70a9588b7b0d3067b87e76b93fb0d2.tar.gz astro-bebe6a425c70a9588b7b0d3067b87e76b93fb0d2.tar.zst astro-bebe6a425c70a9588b7b0d3067b87e76b93fb0d2.zip |
Remove whitespace (#1176)
-rw-r--r-- | packages/create-astro/src/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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' },`, |