Skip to content

Commit

Permalink
change base
Browse files Browse the repository at this point in the history
  • Loading branch information
Elfo404 committed May 15, 2024
1 parent 70673aa commit 2771821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default defineConfig({
{
tag: 'base',
attrs: {
href: `${process.env.PATH_PREFIX}/`,
// TODO: change this for local builds
href: `https://tanka.dev${process.env.PATH_PREFIX}/`,
},
},
],
Expand Down

0 comments on commit 2771821

Please sign in to comment.