Skip to content

Commit 5eb0f0d

Browse files
Update astro.config.mjs
Removed the SSR adapter, which in hindsight is far than useful.
1 parent c2333d5 commit 5eb0f0d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

astro.config.mjs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,5 @@ import netlify from "@astrojs/netlify/functions";
1313
// https://astro.build/config
1414
export default defineConfig({
1515
site: 'https://www.ilnidodellapoiana.com',
16-
integrations: [mdx(), sitemap(
17-
{
18-
customPages: ['https://www.ilnidodellapoiana.com','https://www.ilnidodellapoiana.com/photos','https://www.ilnidodellapoiana.com/location','https://www.ilnidodellapoiana.com/about']
19-
}
20-
), react()],
21-
output: "server",
22-
adapter: netlify()
23-
});
16+
integrations: [mdx(), sitemap(), react()]
17+
});

0 commit comments

Comments
 (0)