Skip to content

Commit

Permalink
feat: update whitepaper url
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Jul 30, 2024
1 parent 32e0ec1 commit a6b2945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const URLS: Record<string, string> = {
windows_node: 'https://github.com/witnet/witnet-rust/releases',
witnet_foundation: 'https://witnet.foundation',
x: 'https://twitter.com/witnet_io',
whitepaper: 'witnet.io/witnet-whitepaper.pdf',
whitepaper: 'https://witnet.io/witnet-whitepaper.pdf',

tutorials: 'https://docs.witnet.io/intro/tutorials',
// TODO: Stake is not available yet so change the copy and link to the docs
Expand Down
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ export default defineNuxtConfig({
app: {
baseURL: '/',
head: {
htmlAttrs: {
lang: 'en-US',
},
title: 'Wit/Oracle: The most powerful oracle, provably.',
meta: [
{ charset: 'utf-8' },
Expand Down

0 comments on commit a6b2945

Please sign in to comment.