Skip to content

Commit

Permalink
sitemap and robots
Browse files Browse the repository at this point in the history
  • Loading branch information
jericlhoopa committed Apr 29, 2024
1 parent 19d7d72 commit 6d97e68
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 32 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import vue from '@astrojs/vue'
import icon from 'astro-icon'
import mdx from '@astrojs/mdx'
import expressiveCode from 'astro-expressive-code'
import sitemap from '@astrojs/sitemap'
import robotsTxt from 'astro-robots-txt'

// https://astro.build/config
export default defineConfig({
Expand All @@ -18,5 +20,7 @@ export default defineConfig({
icon(),
expressiveCode(),
mdx(),
sitemap(),
robotsTxt(),
],
})
Binary file modified bun.lockb
Binary file not shown.
66 changes: 34 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,36 @@
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vue": "4.1.0",
"@expressive-code/plugin-line-numbers": "^0.35.2",
"@fontsource-variable/dm-sans": "^5.0.3",
"@fontsource-variable/fira-code": "^5.0.17",
"@vueuse/core": "^10.9.0",
"astro": "4.6.2",
"astro-expressive-code": "^0.35.2",
"astro-icon": "^1.1.0",
"primevue": "^3.52.0",
"remixicon": "^3.5.0",
"tailwindcss": "^3.0.24",
"vue": "^3.3.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.3"
}
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vue": "4.1.0",
"@expressive-code/plugin-line-numbers": "^0.35.2",
"@fontsource-variable/dm-sans": "^5.0.3",
"@fontsource-variable/fira-code": "^5.0.17",
"@vueuse/core": "^10.9.0",
"astro": "4.6.2",
"astro-expressive-code": "^0.35.2",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"primevue": "^3.52.0",
"remixicon": "^3.5.0",
"tailwindcss": "^3.0.24",
"vue": "^3.3.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.3"
}
}

0 comments on commit 6d97e68

Please sign in to comment.