Aktualisiere Konfigurationen und entferne nicht benötigte Skripte aus der Umgebung
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
namespace: __NAMESPACE__
|
||||
|
||||
meta:
|
||||
imageUrl:
|
||||
eval: "$projectBase + '_/assets/img/admin-pic.jpg'"
|
||||
injectIntoHead:
|
||||
# inject font faces (not possible in shadow dom for preview)
|
||||
eval: |
|
||||
"<link rel='stylesheet' href='" + $projectBase + "_/assets/fonts/fonts.css?t=" + $project?.updateTime + "'>"
|
||||
imageUrl:
|
||||
eval: "$projectBase + '_/assets/img/admin-pic.jpg'"
|
||||
injectIntoHead:
|
||||
# inject font faces (not possible in shadow dom for preview)
|
||||
eval: |
|
||||
"<link rel='stylesheet' href='" + $projectBase + "_/assets/fonts/fonts.css?t=" + $project?.updateTime + "'>"
|
||||
|
||||
collections:
|
||||
- !include collections/ssr.yml
|
||||
- !include collections/ssr.yml
|
||||
|
||||
assets:
|
||||
- name: dist
|
||||
path: ../frontend/dist
|
||||
- name: fonts
|
||||
path: ../frontend/assets/fonts
|
||||
- name: img
|
||||
path: ../frontend/assets/img
|
||||
- name: dist
|
||||
path: ../frontend/dist
|
||||
- name: fonts
|
||||
path: ../frontend/assets/fonts
|
||||
- name: img
|
||||
path: ../frontend/assets/img
|
||||
|
||||
Reference in New Issue
Block a user