-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed some icon issues and updated cv
- Loading branch information
1 parent
033685e
commit 4b651f8
Showing
11 changed files
with
4,851 additions
and
3,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.