File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 11import { defineConfig } from 'astro/config'
2- import svelte from '@astrojs/svelte'
3- import mdx from '@astrojs/mdx'
42
5- // https://astro.build/config
63export default defineConfig ( {
7- site : 'https://astro-blog-template.netlify.app' ,
8- integrations : [ mdx ( ) , svelte ( ) ] ,
9- markdown : {
10- shikiConfig : {
11- theme : 'nord' ,
12- } ,
13- remarkPlugins : [ 'remark-gfm' , 'remark-smartypants' ] ,
14- rehypePlugins : [
15- [
16- 'rehype-external-links' ,
17- {
18- target : '_blank' ,
19- } ,
20- ] ,
21- ] ,
22- } ,
23- } )
4+ site : 'vivekipedia.in'
5+ // base: '/my-repo',
6+ } )
Original file line number Diff line number Diff line change 11{
2- "homepage" : " https://kaizer1v.github.io " ,
2+ "homepage" : " vivekipedia.in " ,
33 "name" : " smoggy-solstice" ,
44 "version" : " 0.0.1" ,
55 "scripts" : {
66 "dev" : " astro dev" ,
77 "start" : " astro dev" ,
8- "predeploy" : " npm run build" ,
9- "deploy" : " gh-pages -d build" ,
8+ // "predeploy": "npm run build",
9+ // "deploy": "gh-pages -d build",
1010 "build" : " astro build" ,
1111 "preview" : " astro preview" ,
1212 "astro" : " astro"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments