Skip to content

Commit 8efb52b

Browse files
committed
Fix change base path to 2025.nixcon.org
1 parent 701d8ac commit 8efb52b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nix-con-2025",
2+
"name": "2025.nixcon.org",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function App() {
229229
<div class="flex flex-col items-center gap-3 w-full max-w-md">
230230
<p class="text-center">Our community guidelines and code of conduct ensure a respectful and inclusive environment for all attendees.</p>
231231
<a
232-
href="/nix-con-2025/coc.pdf"
232+
href="/2025.nixcon.org/coc.pdf"
233233
target="_blank"
234234
rel="noopener noreferrer"
235235
class="px-4 py-2 bg-white/10 hover:bg-white/20 transition-colors rounded-lg text-white"

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
tailwindcss(),
1010
glslPlugin(),
1111
],
12-
base: "/nix-con-2025",
12+
base: "/2025.nixcon.org",
1313
optimizeDeps: {
1414
exclude: ['solid-icons'], // See https://stackoverflow.com/a/79316833
1515
},

0 commit comments

Comments
 (0)