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 4759c5f
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 'http://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
2 changes: 2 additions & 0 deletions error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<script setup>
const error = useError()
const statusCode = ref(error.value.statusCode)
const route = useRoute()
console.log(route)

Check warning on line 11 in error.vue

View workflow job for this annotation

GitHub Actions / cache-and-install

Unexpected console statement
onMounted(() => {
if (statusCode.value === 404) {
clearError({
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 4759c5f

Please sign in to comment.