Skip to content

Commit

Permalink
fixed some icon issues and updated cv
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadh-dev committed May 6, 2024
1 parent 033685e commit 4b651f8
Show file tree
Hide file tree
Showing 11 changed files with 4,851 additions and 3,502 deletions.
14 changes: 11 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
import solidJs from '@astrojs/solid-js'
import { defineConfig } from 'astro/config'

import solidJs from '@astrojs/solid-js'
import icon from 'astro-icon'

// https://astro.build/config
export default defineConfig({
integrations: [solidJs()],
server: { port: 3000 },
integrations: [
solidJs(),
icon({
iconDir: './src/assets/images/logos',
}),
],
server: {
port: 3000,
},
site: 'https://riyadh-dev.github.io',
base: '/portfolio',
})
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@astrojs/check": "^0.5.10",
"@astrojs/solid-js": "^4.1.0",
"astro": "^4.6.1",
"astro-icon": "^1.1.0",
"solid-js": "^1.8.16",
"typescript": "^5.4.5"
},
Expand All @@ -34,7 +35,7 @@
"prettier-plugin-astro": "^0.13.0",
"sharp": "^0.33.3"
},
"packageManager": "pnpm@8.15.7",
"packageManager": "pnpm@9.1.0",
"lint-staged": {
"*": [
"prettier --write --ignore-unknown --cache --cache-location=.prettiercache",
Expand Down
Loading

0 comments on commit 4b651f8

Please sign in to comment.