Skip to content

Commit

Permalink
Merge pull request #8 from linkwarden/dev
Browse files Browse the repository at this point in the history
updated endpoint
  • Loading branch information
daniel31x13 authored Oct 5, 2023
2 parents d89c446 + 80112fb commit dae1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function App({ Component, pageProps }: AppProps) {
<script
defer
data-domain="linkwarden.app"
src="http://5.161.187.134/js/script.js"
src="https://linkwarden-meta.xyz/js/script.js"
></script>
</Head>
<Component {...pageProps} />
Expand Down

0 comments on commit dae1e4d

Please sign in to comment.