Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gdgbari/2024-web-devfest
Browse files Browse the repository at this point in the history
  • Loading branch information
domysh committed Aug 30, 2024
2 parents 26a6ece + 0fcbb7e commit a99b96f
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .astro/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,5 +257,5 @@ declare module 'astro:content' {

type AnyEntryMap = ContentEntryMap & DataEntryMap;

export type ContentConfig = typeof import("../src/content/config.js");
export type ContentConfig = typeof import("./../src/content/config.js");
}
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "devfest-bari-24"
}
}
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
node_modules/
dist/
.vscode/
.firebaserc
.firebase
firebase.json
.firebase/hosting.ZGlzdA.cache
copy/template.txt
dev-dist/**
Expand Down
41 changes: 41 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"hosting": {
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
{
"source": "*.html",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=300, s-maxage=600"
},
{
"key": "Clear-Site-Data",
"value": "cache, cookies, storage"
}
]
},
{
"source": "**/*.html",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=300, s-maxage=600"
},
{
"key": "Clear-Site-Data",
"value": "cache, cookies, storage"
}
]
}
],
"frameworksBackend": {
"region": "europe-west1"
}
}
}
2 changes: 1 addition & 1 deletion src/content/staff/piernicola.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ tagline: "Engagement Team"
role: "collaborator"
image: "piernicola.png"
links:
linkedin: "www.linkedin.com/in/piernicola-gervasi-172062253"
linkedin: "https://www.linkedin.com/in/piernicola-gervasi-172062253"
---

0 comments on commit a99b96f

Please sign in to comment.