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