tangled
alpha
login
or
join now
safwanyp.com
/
website
0
fork
atom
Code for my personal website
0
fork
atom
overview
issues
pulls
pipelines
chore: update astro config
Safwan Parker
8 months ago
18fa4cb9
6fd89fec
+5
-1
1 changed file
expand all
collapse all
unified
split
astro.config.mjs
+5
-1
astro.config.mjs
···
8
8
export default defineConfig({
9
9
site: 'https://safwanyp.com',
10
10
trailingSlash: 'ignore',
11
11
-
integrations: [mdx(), sitemap(), tailwind()]
11
11
+
integrations: [mdx(), sitemap(), tailwind()],
12
12
+
server: {
13
13
+
port: 3000,
14
14
+
host: true,
15
15
+
}
12
16
});