🐛 change url in config so rss feed work
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
5ea2ae6ae9
commit
b5c76c0474
1 changed files with 1 additions and 2 deletions
|
@ -1,11 +1,10 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import mdx from '@astrojs/mdx';
|
import mdx from '@astrojs/mdx';
|
||||||
import sitemap from '@astrojs/sitemap';
|
import sitemap from '@astrojs/sitemap';
|
||||||
|
|
||||||
import tailwind from "@astrojs/tailwind";
|
import tailwind from "@astrojs/tailwind";
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: 'https://sindrekjelsrud.github.io',
|
site: 'https://kjelsrud.dev',
|
||||||
integrations: [mdx(), sitemap(), tailwind()]
|
integrations: [mdx(), sitemap(), tailwind()]
|
||||||
});
|
});
|
Loading…
Reference in a new issue