File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nix-con- 2025" ,
2
+ "name" : " 2025.nixcon.org " ,
3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ function App() {
229
229
< div class = "flex flex-col items-center gap-3 w-full max-w-md" >
230
230
< p class = "text-center" > Our community guidelines and code of conduct ensure a respectful and inclusive environment for all attendees.</ p >
231
231
< a
232
- href = "/nix-con- 2025/coc.pdf"
232
+ href = "/2025.nixcon.org /coc.pdf"
233
233
target = "_blank"
234
234
rel = "noopener noreferrer"
235
235
class = "px-4 py-2 bg-white/10 hover:bg-white/20 transition-colors rounded-lg text-white"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default defineConfig({
9
9
tailwindcss ( ) ,
10
10
glslPlugin ( ) ,
11
11
] ,
12
- base : "/nix-con- 2025" ,
12
+ base : "/2025.nixcon.org " ,
13
13
optimizeDeps : {
14
14
exclude : [ 'solid-icons' ] , // See https://stackoverflow.com/a/79316833
15
15
} ,
You can’t perform that action at this time.
0 commit comments