mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 20:30:49 +04:00
Update package.json
This commit is contained in:
@@ -11,7 +11,8 @@ WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
|
||||
# Устанавливаем зависимости
|
||||
RUN pnpm install --frozen-lockfile
|
||||
# Если lockfile не синхронизирован, обновляем его автоматически
|
||||
RUN pnpm install
|
||||
|
||||
# Копируем остальные файлы проекта
|
||||
COPY . .
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@astrojs/sitemap": "^3.7.0",
|
||||
"@astrojs/svelte": "7.2.5",
|
||||
"@astrojs/vercel": "^9.0.4",
|
||||
"@astrojs/node": "^8.4.0",
|
||||
"@astrojs/node": "^9.5.2",
|
||||
"@expressive-code/core": "^0.41.6",
|
||||
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
|
||||
"@expressive-code/plugin-line-numbers": "^0.41.6",
|
||||
|
||||
1216
pnpm-lock.yaml
generated
1216
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
BIN
public/assets/images/reflecting.jpg
Normal file
BIN
public/assets/images/reflecting.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
BIN
public/assets/images/rimworld.jpg
Normal file
BIN
public/assets/images/rimworld.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
public/assets/images/war.jpg
Normal file
BIN
public/assets/images/war.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 237 KiB |
BIN
public/assets/music/reflecting.mp3
Normal file
BIN
public/assets/music/reflecting.mp3
Normal file
Binary file not shown.
BIN
public/assets/music/war.mp3
Normal file
BIN
public/assets/music/war.mp3
Normal file
Binary file not shown.
@@ -156,7 +156,31 @@ footer:
|
||||
enable: false
|
||||
particle:
|
||||
enable: false
|
||||
|
||||
musicPlayer:
|
||||
enable: false
|
||||
enable: true
|
||||
mode: "local"
|
||||
local:
|
||||
playlist:
|
||||
- id: 1
|
||||
title: "Children of the Omnissiah (Warhammer 40,000: Mechanicus OST)"
|
||||
artist: "Guillaume David"
|
||||
cover: "assets/images/war.jpg"
|
||||
url: "assets/music/war.mp3"
|
||||
duration: 106
|
||||
- id: 2
|
||||
title: "Move (Rimworld P-Music)"
|
||||
artist: "Peppsen"
|
||||
cover: "assets/images/rimworld.jpg"
|
||||
url: "assets/music/rimworld.mp3"
|
||||
duration: 204
|
||||
- id: 3
|
||||
title: "Reflecting"
|
||||
artist: "Michael Regner"
|
||||
cover: "assets/images/reflecting.jpg"
|
||||
url: "assets/music/reflecting.mp3"
|
||||
duration: 90
|
||||
autoplay: true
|
||||
|
||||
pio:
|
||||
enable: false
|
||||
Reference in New Issue
Block a user