Skip to content

Commit

Permalink
🔧 Update config & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicejade committed Apr 25, 2024
1 parent 3e8e46a commit 67da112
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 258 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ dist/
# dependencies
node_modules/




# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production
Expand Down
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ export default defineConfig({
port: 6969,
host: true,
},
site: 'https://niceshare.site/',
site: 'https://www.niceshare.site/',
integrations: [
svelte(),
starlight({
plugins: [starlightLinksValidator()],
title: '逍遥自在轩',
social: {
github: 'https://github.com/nicejade/fine.niceshare.site',
github: 'https://github.com/nicejade/homepage',
mastodon: 'https://mastodon.social/@nicejade',
'x.com': 'https://x.com/nicejadeyang',
},
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fine-niceshare-site",
"name": "homepage",
"type": "module",
"version": "0.1.0",
"scripts": {
Expand All @@ -18,10 +18,12 @@
"flowbite-svelte": "^0.46.0",
"hint.css": "^3.0.0",
"medium-zoom": "^1.1.0",
"sharp": "^0.33.2",
"starlight-links-validator": "^0.6.0",
"svelte": "^4.2.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"svelte": "^4.2.12"
},
"devDependencies": {
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 67da112

Please sign in to comment.