summaryrefslogtreecommitdiff
path: root/packages/create-astro/src
diff options
context:
space:
mode:
authorGravatar Tushar Sadhwani <tushar.sadhwani000@gmail.com> 2021-08-20 23:35:22 +0530
committerGravatar GitHub <noreply@github.com> 2021-08-20 11:05:22 -0700
commitbebe6a425c70a9588b7b0d3067b87e76b93fb0d2 (patch)
treebefd27065ed3fa1f18230293f13d5c59eff22d76 /packages/create-astro/src
parent29b7e746e665271396a20d2b587ae8e1052a0b85 (diff)
downloadastro-bebe6a425c70a9588b7b0d3067b87e76b93fb0d2.tar.gz
astro-bebe6a425c70a9588b7b0d3067b87e76b93fb0d2.tar.zst
astro-bebe6a425c70a9588b7b0d3067b87e76b93fb0d2.zip
Remove whitespace (#1176)
Diffstat (limited to 'packages/create-astro/src')
-rw-r--r--packages/create-astro/src/config.ts2
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'
},`,