Compare commits
126 Commits
main
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
f30948e79e | |||
aeac827288 | |||
e1cff025d0 | |||
e233c245a5 | |||
87a909dd0d | |||
ad0c45deec | |||
e959bd9526 | |||
657e548aed | |||
1852943844 | |||
e42c914fb2 | |||
eead322787 | |||
a2bf2edd99 | |||
de1e7160eb | |||
b4287ee530 | |||
e5420f87c7 | |||
57dec62860 | |||
8013ff1acb | |||
eb5cd83d24 | |||
14f947a91f | |||
45913d01d7 | |||
23fc5d8a97 | |||
84223e79d2 | |||
|
071b29d136 | ||
|
367aa003a3 | ||
|
caa03867f0 | ||
|
dc2a89fee6 | ||
4f67c29af8 | |||
|
e5858a846b | ||
0407afaf5b | |||
f102678e9f | |||
706c0053fa | |||
746b40794f | |||
4ebebd103f | |||
d4a7f16e9a | |||
a9570ad089 | |||
30ef4d9633 | |||
cab9abb8d4 | |||
9d0dd7be9e | |||
4822a65311 | |||
|
0b78696d2c | ||
3a1a63025e | |||
60c2bb01d5 | |||
43e0d29f35 | |||
47e1ef47c6 | |||
4cf78f4f17 | |||
4d6c697f35 | |||
eb689aed32 | |||
6a1cbbf887 | |||
a53a211e63 | |||
08107fc971 | |||
0258fe5c41 | |||
3d9acd4f0b | |||
4b223f37d2 | |||
bec08efb2c | |||
33c90150f7 | |||
554e5df039 | |||
ee940cc8e8 | |||
d3a259741f | |||
1d279235be | |||
b10eaec8de | |||
dfbc3a771f | |||
c4d8d2bd3b | |||
7febea983e | |||
e308236eed | |||
|
9bb32049f9 | ||
|
fe48564aea | ||
|
1ef7eabb85 | ||
d2f69bdf02 | |||
18b3ca26d0 | |||
|
f333ae0e39 | ||
|
e48ec49452 | ||
|
d501bba891 | ||
|
267d18e8b7 | ||
|
586f738e83 | ||
|
068747d2d1 | ||
|
bd9369d4f4 | ||
|
4bc61a035f | ||
|
c7fef48e0b | ||
|
ccef973cdf | ||
7045d82cbd | |||
76601e5c71 | |||
|
c3dd765ea8 | ||
|
c26c2bc9ce | ||
05277a28c2 | |||
de64f88f21 | |||
|
94e39fa3eb | ||
e7690870b5 | |||
22f9e8ea20 | |||
27b52ca80b | |||
|
3e267bde75 | ||
194f990569 | |||
5e7e2272f7 | |||
5ff840b70a | |||
7988c48cd9 | |||
60a7a54fbc | |||
cfba225ffa | |||
8a8e3f292d | |||
be7551a0fc | |||
966e66ac8f | |||
ace8a0f9cc | |||
00f42c24eb | |||
367db5c28a | |||
a43d5b1d4e | |||
50faf9cf14 | |||
08deb1b959 | |||
6f9c79e0c4 | |||
383a0ceb19 | |||
b02564db58 | |||
5eab3380fa | |||
b7ff5960ba | |||
|
3667b3d013 | ||
df8b6fab4b | |||
ab19547027 | |||
df0abb99ab | |||
f484975397 | |||
16246bf222 | |||
d895ce54f2 | |||
6755f94186 | |||
439a39efbc | |||
b0d5483e43 | |||
000bc25b7c | |||
4be4914a09 | |||
e8e8a8c621 | |||
0efecff123 | |||
1b1936ffba | |||
bca02496bb |
3
.gitignore
vendored
@ -1 +1,4 @@
|
||||
node_modules
|
||||
.next/
|
||||
.DS_Store
|
||||
out
|
@ -1,30 +0,0 @@
|
||||
{
|
||||
"pages": {
|
||||
"/(main)/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/(main)/page.js"
|
||||
],
|
||||
"/(main)/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/(main)/layout.js"
|
||||
],
|
||||
"/layout": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/css/app/layout.css",
|
||||
"static/chunks/app/layout.js"
|
||||
],
|
||||
"/not-found": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/not-found.js"
|
||||
],
|
||||
"/events/versefest/page": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js",
|
||||
"static/chunks/app/events/versefest/page.js"
|
||||
]
|
||||
}
|
||||
}
|
@ -1,30 +0,0 @@
|
||||
{
|
||||
"polyfillFiles": [
|
||||
"static/chunks/polyfills.js"
|
||||
],
|
||||
"devFiles": [
|
||||
"static/chunks/react-refresh.js"
|
||||
],
|
||||
"ampDevFiles": [],
|
||||
"lowPriorityFiles": [
|
||||
"static/development/_buildManifest.js",
|
||||
"static/development/_ssgManifest.js"
|
||||
],
|
||||
"rootMainFiles": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main-app.js"
|
||||
],
|
||||
"pages": {
|
||||
"/_app": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main.js",
|
||||
"static/chunks/pages/_app.js"
|
||||
],
|
||||
"/_error": [
|
||||
"static/chunks/webpack.js",
|
||||
"static/chunks/main.js",
|
||||
"static/chunks/pages/_error.js"
|
||||
]
|
||||
},
|
||||
"ampFirstPages": []
|
||||
}
|
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 9.8 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 9.2 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 99 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 10 KiB |